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)
commit02d69c0359f7069c626cef6541f94a3a22dc5ed9
tree4580305e927178f57d2a070d64ce4d7496b0c301
parent4fbd8d194f06c8a3fd2af1ce560ddb31f7ec8323
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