diff options
Diffstat (limited to 'include/linux/genetlink.h')
-rw-r--r-- | include/linux/genetlink.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/genetlink.h b/include/linux/genetlink.h index 09460d6d6682..a4c61cbce777 100644 --- a/include/linux/genetlink.h +++ b/include/linux/genetlink.h | |||
@@ -8,7 +8,7 @@ | |||
8 | extern void genl_lock(void); | 8 | extern void genl_lock(void); |
9 | extern void genl_unlock(void); | 9 | extern void genl_unlock(void); |
10 | #ifdef CONFIG_LOCKDEP | 10 | #ifdef CONFIG_LOCKDEP |
11 | extern int lockdep_genl_is_held(void); | 11 | extern bool lockdep_genl_is_held(void); |
12 | #endif | 12 | #endif |
13 | 13 | ||
14 | /* for synchronisation between af_netlink and genetlink */ | 14 | /* for synchronisation between af_netlink and genetlink */ |