diff options
Diffstat (limited to 'drivers/net/can/vcan.c')
-rw-r--r-- | drivers/net/can/vcan.c | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/drivers/net/can/vcan.c b/drivers/net/can/vcan.c index 4e94057ef5cf..674f367087c5 100644 --- a/drivers/net/can/vcan.c +++ b/drivers/net/can/vcan.c | |||
@@ -50,9 +50,6 @@ | |||
50 | #include <linux/slab.h> | 50 | #include <linux/slab.h> |
51 | #include <net/rtnetlink.h> | 51 | #include <net/rtnetlink.h> |
52 | 52 | ||
53 | static __initconst const char banner[] = | ||
54 | KERN_INFO "vcan: Virtual CAN interface driver\n"; | ||
55 | |||
56 | MODULE_DESCRIPTION("virtual CAN interface"); | 53 | MODULE_DESCRIPTION("virtual CAN interface"); |
57 | MODULE_LICENSE("Dual BSD/GPL"); | 54 | MODULE_LICENSE("Dual BSD/GPL"); |
58 | MODULE_AUTHOR("Urs Thuermann <urs.thuermann@volkswagen.de>"); | 55 | MODULE_AUTHOR("Urs Thuermann <urs.thuermann@volkswagen.de>"); |
@@ -173,7 +170,7 @@ static struct rtnl_link_ops vcan_link_ops __read_mostly = { | |||
173 | 170 | ||
174 | static __init int vcan_init_module(void) | 171 | static __init int vcan_init_module(void) |
175 | { | 172 | { |
176 | printk(banner); | 173 | pr_info("vcan: Virtual CAN interface driver\n"); |
177 | 174 | ||
178 | if (echo) | 175 | if (echo) |
179 | printk(KERN_INFO "vcan: enabled echo on driver level.\n"); | 176 | printk(KERN_INFO "vcan: enabled echo on driver level.\n"); |