diff options
Diffstat (limited to 'net/can')
-rw-r--r-- | net/can/gw.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/can/gw.c b/net/can/gw.c index 3d79b127881e..b41acf25668f 100644 --- a/net/can/gw.c +++ b/net/can/gw.c | |||
@@ -66,7 +66,7 @@ MODULE_LICENSE("Dual BSD/GPL"); | |||
66 | MODULE_AUTHOR("Oliver Hartkopp <oliver.hartkopp@volkswagen.de>"); | 66 | MODULE_AUTHOR("Oliver Hartkopp <oliver.hartkopp@volkswagen.de>"); |
67 | MODULE_ALIAS("can-gw"); | 67 | MODULE_ALIAS("can-gw"); |
68 | 68 | ||
69 | HLIST_HEAD(cgw_list); | 69 | static HLIST_HEAD(cgw_list); |
70 | static struct notifier_block notifier; | 70 | static struct notifier_block notifier; |
71 | 71 | ||
72 | static struct kmem_cache *cgw_cache __read_mostly; | 72 | static struct kmem_cache *cgw_cache __read_mostly; |