forked from Minki/linux
fdomain_cs: Sort out modules with duplicate description
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>
This commit is contained in:
parent
7bbfd39bb9
commit
5cb02ff348
@ -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 $"
|
||||
|
Loading…
Reference in New Issue
Block a user