diff options
author | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2017-11-17 17:19:39 +0300 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2017-11-18 04:37:00 +0300 |
commit | 461ee7f3286dd50be4726606819c4228bc485a17 (patch) | |
tree | 83a68428bc5d74f9cfeeba9e44049c120b8f5c8f /net | |
parent | f743106ec140589b45ecc6ff92bacf48a0e26b05 (diff) | |
download | linux-461ee7f3286dd50be4726606819c4228bc485a17.tar.xz |
net: usb: hso.c: remove unneeded DRIVER_LICENSE #define
There is no need to #define the license of the driver, just put it in
the MODULE_LICENSE() line directly as a text string.
This allows tools that check that the module license matches the source
code license to work properly, as there is no need to unwind the
unneeded dereference.
Cc: "David S. Miller" <davem@davemloft.net>
Cc: Andreas Kemnade <andreas@kemnade.info>
Cc: Johan Hovold <johan@kernel.org>
Reported-by: Philippe Ombredanne <pombredanne@nexb.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Reviewed-by: Philippe Ombredanne <pombredanne@nexb.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net')
0 files changed, 0 insertions, 0 deletions