mirror of
https://github.com/adulau/aha.git
synced 2024-12-29 12:16:20 +00:00
net: replace __inline with inline
Signed-off-by: Harvey Harrison <harvey.harrison@gmail.com> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
parent
219b99a9ed
commit
dfec72285e
1 changed files with 1 additions and 1 deletions
|
@ -751,7 +751,7 @@ upload_data( struct net_device *dev, unsigned framelen, unsigned frameno,
|
|||
}
|
||||
|
||||
|
||||
static __inline void
|
||||
static inline void
|
||||
send_complete( struct net_local *nl )
|
||||
{
|
||||
#ifdef CONFIG_SBNI_MULTILINE
|
||||
|
|
Loading…
Reference in a new issue