Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit bd73a7f5 authored by Teodora Baluta's avatar Teodora Baluta Committed by Paul E. McKenney
Browse files

rcu: Remove "extern" from function declarations in kernel/rcu/rcu.h



Function prototypes don't need to have the "extern" keyword since this
is the default behavior. Its explicit use is redundant.  This commit
therefore removes them.

Signed-off-by: default avatarTeodora Baluta <teobaluta@gmail.com>
Signed-off-by: default avatarPaul E. McKenney <paulmck@linux.vnet.ibm.com>
parent 584dc4ce
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -96,7 +96,7 @@ static inline void debug_rcu_head_unqueue(struct rcu_head *head)
}
#endif	/* #else !CONFIG_DEBUG_OBJECTS_RCU_HEAD */

extern void kfree(const void *);
void kfree(const void *);

static inline bool __rcu_reclaim(const char *rn, struct rcu_head *head)
{