summaryrefslogtreecommitdiffstats
path: root/drivers/staging
diff options
context:
space:
mode:
authorGreg Kroah-Hartman2010-05-01 00:31:13 +0200
committerGreg Kroah-Hartman2010-05-11 20:35:57 +0200
commit787ae4e26f3600c7d30693a92e18174a2d6363fc (patch)
tree8a4d914409cebeefada7c6425e29973033ed194d /drivers/staging
parentStaging: comedi: fix coding style issues in comedidev.h (diff)
downloadkernel-qcow2-linux-787ae4e26f3600c7d30693a92e18174a2d6363fc.tar.gz
kernel-qcow2-linux-787ae4e26f3600c7d30693a92e18174a2d6363fc.tar.xz
kernel-qcow2-linux-787ae4e26f3600c7d30693a92e18174a2d6363fc.zip
Staging: comedi: remove unneeded ifdef in comedi_bond.c
No need to check for MODULE_LICENSE, it's always there. Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'drivers/staging')
-rw-r--r--drivers/staging/comedi/drivers/comedi_bond.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/staging/comedi/drivers/comedi_bond.c b/drivers/staging/comedi/drivers/comedi_bond.c
index 41311d99473b..4e6797a0b1e2 100644
--- a/drivers/staging/comedi/drivers/comedi_bond.c
+++ b/drivers/staging/comedi/drivers/comedi_bond.c
@@ -96,9 +96,7 @@ Configuration Options:
#define MAX_CHANS 256
#define MODULE_NAME "comedi_bond"
-#ifdef MODULE_LICENSE
MODULE_LICENSE("GPL");
-#endif
#ifndef STR
# define STR1(x) #x
# define STR(x) STR1(x)