]> git.baikalelectronics.ru Git - kernel.git/commit
staging: comedi: ni_atmio: fix license warning.
authorMatthew Giassa <matthew@giassa.net>
Sat, 18 Nov 2017 16:26:17 +0000 (08:26 -0800)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 28 Nov 2017 13:36:45 +0000 (14:36 +0100)
commit791b78581752047eebcaf5a78078e82e6525cfde
tree4580305e927178f57d2a070d64ce4d7496b0c301
parentf9e9d4ede33f20ad238fc11db0232eaede684940
staging: comedi: ni_atmio: fix license warning.

Resolving license check warning for drivers/staging/comedi. Added the
license definitions present in the rest of the module and made sure it's
aligned with the license (GPL) in the comments for the affected file
(ni_atmio.c). Original warning:

WARNING: modpost: missing MODULE_LICENSE() in drivers/staging/comedi//drivers/ni_atmio.o
see include/linux/module.h for more information.

No longer present after change.

Signed-off-by: Matthew Giassa <matthew@giassa.net>
Reviewed-by: Ian Abbott <abbotti@mev.co.uk>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/comedi/drivers/ni_atmio.c