diff options
Diffstat (limited to 'include/net/9p/9p.h')
-rw-r--r-- | include/net/9p/9p.h | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/include/net/9p/9p.h b/include/net/9p/9p.h index 7a448a30e39b..686425a97b0f 100644 --- a/include/net/9p/9p.h +++ b/include/net/9p/9p.h | |||
@@ -415,18 +415,4 @@ int p9_idpool_check(int id, struct p9_idpool *p); | |||
415 | 415 | ||
416 | int p9_error_init(void); | 416 | int p9_error_init(void); |
417 | int p9_errstr2errno(char *, int); | 417 | int p9_errstr2errno(char *, int); |
418 | |||
419 | #ifdef CONFIG_SYSCTL | ||
420 | int __init p9_sysctl_register(void); | ||
421 | void __exit p9_sysctl_unregister(void); | ||
422 | #else | ||
423 | static inline int p9_sysctl_register(void) | ||
424 | { | ||
425 | return 0; | ||
426 | } | ||
427 | static inline void p9_sysctl_unregister(void) | ||
428 | { | ||
429 | } | ||
430 | #endif | ||
431 | |||
432 | #endif /* NET_9P_H */ | 418 | #endif /* NET_9P_H */ |