diff options
Diffstat (limited to 'drivers/ieee1394/sbp2.c')
-rw-r--r-- | drivers/ieee1394/sbp2.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/drivers/ieee1394/sbp2.c b/drivers/ieee1394/sbp2.c index 073ede9d3b48..b871116fa4d1 100644 --- a/drivers/ieee1394/sbp2.c +++ b/drivers/ieee1394/sbp2.c | |||
@@ -80,9 +80,6 @@ | |||
80 | #include "ieee1394_transactions.h" | 80 | #include "ieee1394_transactions.h" |
81 | #include "sbp2.h" | 81 | #include "sbp2.h" |
82 | 82 | ||
83 | static char version[] __devinitdata = | ||
84 | "$Rev: 1306 $ Ben Collins <bcollins@debian.org>"; | ||
85 | |||
86 | /* | 83 | /* |
87 | * Module load parameter definitions | 84 | * Module load parameter definitions |
88 | */ | 85 | */ |
@@ -2696,8 +2693,6 @@ static int sbp2_module_init(void) | |||
2696 | 2693 | ||
2697 | SBP2_DEBUG("sbp2_module_init"); | 2694 | SBP2_DEBUG("sbp2_module_init"); |
2698 | 2695 | ||
2699 | printk(KERN_INFO "sbp2: %s\n", version); | ||
2700 | |||
2701 | /* Module load debug option to force one command at a time (serializing I/O) */ | 2696 | /* Module load debug option to force one command at a time (serializing I/O) */ |
2702 | if (serialize_io) { | 2697 | if (serialize_io) { |
2703 | SBP2_INFO("Driver forced to serialize I/O (serialize_io=1)"); | 2698 | SBP2_INFO("Driver forced to serialize I/O (serialize_io=1)"); |