diff options
Diffstat (limited to 'net/can/raw.c')
-rw-r--r-- | net/can/raw.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/net/can/raw.c b/net/can/raw.c index dfdcffbb1070..00c13ef23661 100644 --- a/net/can/raw.c +++ b/net/can/raw.c | |||
@@ -56,8 +56,6 @@ | |||
56 | #include <net/net_namespace.h> | 56 | #include <net/net_namespace.h> |
57 | 57 | ||
58 | #define CAN_RAW_VERSION CAN_VERSION | 58 | #define CAN_RAW_VERSION CAN_VERSION |
59 | static __initconst const char banner[] = | ||
60 | KERN_INFO "can: raw protocol (rev " CAN_RAW_VERSION ")\n"; | ||
61 | 59 | ||
62 | MODULE_DESCRIPTION("PF_CAN raw protocol"); | 60 | MODULE_DESCRIPTION("PF_CAN raw protocol"); |
63 | MODULE_LICENSE("Dual BSD/GPL"); | 61 | MODULE_LICENSE("Dual BSD/GPL"); |
@@ -810,7 +808,7 @@ static __init int raw_module_init(void) | |||
810 | { | 808 | { |
811 | int err; | 809 | int err; |
812 | 810 | ||
813 | printk(banner); | 811 | pr_info("can: raw protocol (rev " CAN_RAW_VERSION ")\n"); |
814 | 812 | ||
815 | err = can_proto_register(&raw_can_proto); | 813 | err = can_proto_register(&raw_can_proto); |
816 | if (err < 0) | 814 | if (err < 0) |