]> git.openfabrics.org - ~emulex/infiniband.git/commitdiff
staging: comedi: comedi_bond: remove MODULE_NAME macro
authorH Hartley Sweeten <hartleys@visionengravers.com>
Mon, 20 Aug 2012 19:53:56 +0000 (12:53 -0700)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 4 Sep 2012 18:27:27 +0000 (11:27 -0700)
This macro is only used in the MODULE_DESCRIPTION. Just remove it.

Signed-off-by: H Hartley Sweeten <hsweeten@visionengravers.com>
Cc: Ian Abbott <abbotti@mev.co.uk>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/comedi/drivers/comedi_bond.c

index e6ac27dd4498a2f7e900c1049adf9b5d0672c895..6b516edfe52e07b92aed4b375a6fc0841fd4156a 100644 (file)
@@ -59,8 +59,6 @@ Configuration Options:
 /* The maxiumum number of channels per subdevice. */
 #define MAX_CHANS 256
 
-#define MODULE_NAME "comedi_bond"
-
 struct BondedDevice {
        struct comedi_device *dev;
        unsigned minor;
@@ -374,7 +372,7 @@ static struct comedi_driver bonding_driver = {
 module_comedi_driver(bonding_driver);
 
 MODULE_AUTHOR("Calin A. Culianu");
-MODULE_DESCRIPTION(MODULE_NAME "A driver for COMEDI to bond multiple COMEDI "
+MODULE_DESCRIPTION("comedi_bond: A driver for COMEDI to bond multiple COMEDI "
                   "devices together as one.  In the words of John Lennon: "
                   "'And the world will live as one...'");
 MODULE_LICENSE("GPL");