diff options
Diffstat (limited to 'net/can/proc.c')
-rw-r--r-- | net/can/proc.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/net/can/proc.c b/net/can/proc.c index ba873c36d2fd..3b6dd3180492 100644 --- a/net/can/proc.c +++ b/net/can/proc.c | |||
@@ -83,9 +83,6 @@ static const char rx_list_name[][8] = { | |||
83 | [RX_EFF] = "rx_eff", | 83 | [RX_EFF] = "rx_eff", |
84 | }; | 84 | }; |
85 | 85 | ||
86 | /* receive filters subscribed for 'all' CAN devices */ | ||
87 | extern struct dev_rcv_lists can_rx_alldev_list; | ||
88 | |||
89 | /* | 86 | /* |
90 | * af_can statistics stuff | 87 | * af_can statistics stuff |
91 | */ | 88 | */ |