aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/can/vcan.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/net/can/vcan.c')
-rw-r--r--drivers/net/can/vcan.c5
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
53static __initconst const char banner[] =
54 KERN_INFO "vcan: Virtual CAN interface driver\n";
55
56MODULE_DESCRIPTION("virtual CAN interface"); 53MODULE_DESCRIPTION("virtual CAN interface");
57MODULE_LICENSE("Dual BSD/GPL"); 54MODULE_LICENSE("Dual BSD/GPL");
58MODULE_AUTHOR("Urs Thuermann <urs.thuermann@volkswagen.de>"); 55MODULE_AUTHOR("Urs Thuermann <urs.thuermann@volkswagen.de>");
@@ -173,7 +170,7 @@ static struct rtnl_link_ops vcan_link_ops __read_mostly = {
173 170
174static __init int vcan_init_module(void) 171static __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");