File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -50,9 +50,9 @@ static inline void INIT_LIST_HEAD(struct list_head *list)
50
50
* Performs the full set of list corruption checks before __list_add().
51
51
* On list corruption reports a warning, and returns false.
52
52
*/
53
- extern bool __list_valid_slowpath __list_add_valid_or_report (struct list_head * new ,
54
- struct list_head * prev ,
55
- struct list_head * next );
53
+ bool __list_valid_slowpath __list_add_valid_or_report (struct list_head * new ,
54
+ struct list_head * prev ,
55
+ struct list_head * next );
56
56
57
57
/*
58
58
* Performs list corruption checks before __list_add(). Returns false if a
@@ -93,7 +93,7 @@ static __always_inline bool __list_add_valid(struct list_head *new,
93
93
* Performs the full set of list corruption checks before __list_del_entry().
94
94
* On list corruption reports a warning, and returns false.
95
95
*/
96
- extern bool __list_valid_slowpath __list_del_entry_valid_or_report (struct list_head * entry );
96
+ bool __list_valid_slowpath __list_del_entry_valid_or_report (struct list_head * entry );
97
97
98
98
/*
99
99
* Performs list corruption checks before __list_del_entry(). Returns false if a
You can’t perform that action at this time.
0 commit comments