projects
/
firefly-linux-kernel-4.4.55.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7bbfd39
)
fdomain_cs: Sort out modules with duplicate description
author
Alan Cox
<alan@redhat.com>
Sun, 5 Oct 2008 16:39:16 +0000
(17:39 +0100)
committer
Dominik Brodowski
<linux@dominikbrodowski.net>
Fri, 17 Oct 2008 21:07:38 +0000
(23:07 +0200)
The PCMCIA one provides its own description so in PCMCIA mode we should use
that.
Signed-off-by: Alan Cox <alan@redhat.com>
Signed-off-by: Dominik Brodowski <linux@dominikbrodowski.net>
drivers/scsi/fdomain.c
patch
|
blob
|
history
diff --git
a/drivers/scsi/fdomain.c
b/drivers/scsi/fdomain.c
index c33bcb284df7d465051d8682a16447e16eb40bdf..56f4e6bffc213529ce0d9866223a7d958ab6e92b 100644
(file)
--- a/
drivers/scsi/fdomain.c
+++ b/
drivers/scsi/fdomain.c
@@
-290,9
+290,11
@@
#include <scsi/scsi_ioctl.h>
#include "fdomain.h"
+#ifndef PCMCIA
MODULE_AUTHOR("Rickard E. Faith");
MODULE_DESCRIPTION("Future domain SCSI driver");
MODULE_LICENSE("GPL");
+#endif
#define VERSION "$Revision: 5.51 $"