diff options
Diffstat (limited to 'net/bluetooth/hidp/hidp.h')
-rw-r--r-- | net/bluetooth/hidp/hidp.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/bluetooth/hidp/hidp.h b/net/bluetooth/hidp/hidp.h index 9e6cc3553105..ab5241400cf7 100644 --- a/net/bluetooth/hidp/hidp.h +++ b/net/bluetooth/hidp/hidp.h | |||
@@ -182,7 +182,7 @@ struct hidp_session { | |||
182 | }; | 182 | }; |
183 | 183 | ||
184 | /* HIDP init defines */ | 184 | /* HIDP init defines */ |
185 | extern int __init hidp_init_sockets(void); | 185 | int __init hidp_init_sockets(void); |
186 | extern void __exit hidp_cleanup_sockets(void); | 186 | void __exit hidp_cleanup_sockets(void); |
187 | 187 | ||
188 | #endif /* __HIDP_H */ | 188 | #endif /* __HIDP_H */ |