Commit 592b64d7 authored by William Lee Irwin III's avatar William Lee Irwin III Committed by David S. Miller

[RXRPC]: Fix build with SYSCTL=n

Signed-off-by: default avatarWilliam Lee Irwin III <wli@holomorphy.com>
Signed-off-by: default avatarDavid S. Miller <davem@redhat.com>
parent f1c51e9f
......@@ -16,10 +16,17 @@
extern uint32_t rxrpc_epoch;
#ifdef CONFIG_SYSCTL
extern int rxrpc_ktrace;
extern int rxrpc_kdebug;
extern int rxrpc_kproto;
extern int rxrpc_knet;
#else
#define rxrpc_ktrace 0
#define rxrpc_kdebug 0
#define rxrpc_kproto 0
#define rxrpc_knet 0
#endif
extern int rxrpc_sysctl_init(void);
extern void rxrpc_sysctl_cleanup(void);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment