Remove version strings from eth1394, ohci1394, sbp2.
Their version information is not trustworthy. Signed-off-by: Stefan Richter <stefanr@s5r6.in-berlin.de> Signed-off-by: Jody McIntyre <scjody@modernduck.com>
This commit is contained in:
committed by
Jody McIntyre
parent
a237f35fdd
commit
7afa146776
@@ -80,9 +80,6 @@
|
||||
#include "ieee1394_transactions.h"
|
||||
#include "sbp2.h"
|
||||
|
||||
static char version[] __devinitdata =
|
||||
"$Rev: 1306 $ Ben Collins <bcollins@debian.org>";
|
||||
|
||||
/*
|
||||
* Module load parameter definitions
|
||||
*/
|
||||
@@ -2696,8 +2693,6 @@ static int sbp2_module_init(void)
|
||||
|
||||
SBP2_DEBUG("sbp2_module_init");
|
||||
|
||||
printk(KERN_INFO "sbp2: %s\n", version);
|
||||
|
||||
/* Module load debug option to force one command at a time (serializing I/O) */
|
||||
if (serialize_io) {
|
||||
SBP2_INFO("Driver forced to serialize I/O (serialize_io=1)");
|
||||
|
Reference in New Issue
Block a user