Skip to content

Commit

Permalink
fdomain_cs: Sort out modules with duplicate description
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Alan Cox authored and Dominik Brodowski committed Oct 17, 2008
1 parent 7bbfd39 commit 5cb02ff
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions drivers/scsi/fdomain.c
Original file line number Diff line number Diff line change
Expand Up @@ -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 $"
Expand Down

0 comments on commit 5cb02ff

Please sign in to comment.