replace __inline__ by inline in net/x25

Signed-off-by: Daniel Lezcano <[EMAIL PROTECTED]>
---
 net/x25/x25_proc.c |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Index: net-2.6/net/x25/x25_proc.c
===================================================================
--- net-2.6.orig/net/x25/x25_proc.c
+++ net-2.6/net/x25/x25_proc.c
@@ -25,7 +25,7 @@
 #include <net/x25.h>
 
 #ifdef CONFIG_PROC_FS
-static __inline__ struct x25_route *x25_get_route_idx(loff_t pos)
+static inline struct x25_route *x25_get_route_idx(loff_t pos)
 {
        struct list_head *route_entry;
        struct x25_route *rt = NULL;
@@ -93,7 +93,7 @@ out:
        return 0;
 }
 
-static __inline__ struct sock *x25_get_socket_idx(loff_t pos)
+static inline struct sock *x25_get_socket_idx(loff_t pos)
 {
        struct sock *s;
        struct hlist_node *node;
@@ -170,7 +170,7 @@ out:
        return 0;
 }
 
-static __inline__ struct x25_forward *x25_get_forward_idx(loff_t pos)
+static inline struct x25_forward *x25_get_forward_idx(loff_t pos)
 {
        struct x25_forward *f;
        struct list_head *entry;

-- 
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to