Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 02d69c03 authored by Matthew Giassa's avatar Matthew Giassa Committed by Greg Kroah-Hartman
Browse files

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: default avatarMatthew Giassa <matthew@giassa.net>
Reviewed-by: default avatarIan Abbott <abbotti@mev.co.uk>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 4fbd8d19
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -361,3 +361,8 @@ static struct comedi_driver ni_atmio_driver = {
	.detach		= ni_atmio_detach,
};
module_comedi_driver(ni_atmio_driver);

MODULE_AUTHOR("Comedi http://www.comedi.org");
MODULE_DESCRIPTION("Comedi low-level driver");
MODULE_LICENSE("GPL");