diff options
Diffstat (limited to 'include/linux/rculist.h')
| -rw-r--r-- | include/linux/rculist.h | 4 | 
1 files changed, 2 insertions, 2 deletions
diff --git a/include/linux/rculist.h b/include/linux/rculist.h index 45a0a9e81478..dbaf99084112 100644 --- a/include/linux/rculist.h +++ b/include/linux/rculist.h @@ -55,8 +55,8 @@ static inline void __list_add_rcu(struct list_head *new,  	next->prev = new;  }  #else -extern void __list_add_rcu(struct list_head *new, -		struct list_head *prev, struct list_head *next); +void __list_add_rcu(struct list_head *new, +		    struct list_head *prev, struct list_head *next);  #endif  /**  |