Skip to content

Commit

Permalink
Staging: comedi: remove unneeded ifdef in comedi_bond.c
Browse files Browse the repository at this point in the history
No need to check for MODULE_LICENSE, it's always there.

Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
  • Loading branch information
Greg Kroah-Hartman committed May 11, 2010
1 parent baf22b6 commit 787ae4e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions drivers/staging/comedi/drivers/comedi_bond.c
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 787ae4e

Please sign in to comment.