Commit 787ae4e2 authored by Greg Kroah-Hartman's avatar Greg Kroah-Hartman

Staging: comedi: remove unneeded ifdef in comedi_bond.c

No need to check for MODULE_LICENSE, it's always there.
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@suse.de>
parent baf22b64
......@@ -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)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment