Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 5cb02ff3 authored by Alan Cox's avatar Alan Cox Committed by Dominik Brodowski
Browse files

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: default avatarAlan Cox <alan@redhat.com>
Signed-off-by: default avatarDominik Brodowski <linux@dominikbrodowski.net>
parent 7bbfd39b
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -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 $"