[PATCH 4/9] net: replace __inline with inline

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
From: Harvey Harrison
Date: Tuesday, March 4, 2008 - 6:17 pm

Signed-off-by: Harvey Harrison <harvey.harrison@gmail.com>
---
 drivers/net/wan/sbni.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/drivers/net/wan/sbni.c b/drivers/net/wan/sbni.c
index 15d5c58..e59255a 100644
--- a/drivers/net/wan/sbni.c
+++ b/drivers/net/wan/sbni.c
@@ -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
-- 
1.5.4.3.500.g83a2c


--
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
[PATCH 4/9] net: replace __inline with inline, Harvey Harrison, (Tue Mar 4, 6:17 pm)
Re: [PATCH 4/9] net: replace __inline with inline, Jeff Garzik, (Wed Mar 5, 6:07 am)