[PATCH 3/3] fdomain_cs: Sort out modules with duplicate description
y at comet.dominikbrodowski.net
y at comet.dominikbrodowski.net
Tue Oct 28 20:51:08 EDT 2008
From: Alan Cox <alan at redhat.com>
The PCMCIA one provides its own description so in PCMCIA mode we should use
that.
Signed-off-by: Alan Cox <alan at redhat.com>
Signed-off-by: Dominik Brodowski <linux at dominikbrodowski.net>
---
drivers/scsi/fdomain.c | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/drivers/scsi/fdomain.c b/drivers/scsi/fdomain.c
index c33bcb2..56f4e6b 100644
--- 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 $"
--
1.5.4.3
More information about the linux-pcmcia
mailing list