mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git
synced 2025-01-13 17:28:56 +00:00
staging: comedi: ni_daq_700: move the MODULE_* stuff to the EOF
Move the MODULE_* declarations to the end of the file. Signed-off-by: H Hartley Sweeten <hsweeten@visionengravers.com> Cc: Ian Abbott <abbotti@mev.co.uk> Cc: Frank Mori Hess <fmhess@users.sourceforge.net> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
088dc173a1
commit
c0a97efc59
@ -428,10 +428,6 @@ static const struct pcmcia_device_id dio700_cs_ids[] = {
|
||||
|
||||
|
||||
MODULE_DEVICE_TABLE(pcmcia, dio700_cs_ids);
|
||||
MODULE_AUTHOR("Fred Brooks <nsaspook@nsaspook.com>");
|
||||
MODULE_DESCRIPTION("Comedi driver for National Instruments "
|
||||
"PCMCIA DAQCard-700 DIO");
|
||||
MODULE_LICENSE("GPL");
|
||||
|
||||
static struct pcmcia_driver dio700_cs_driver = {
|
||||
.probe = dio700_cs_attach,
|
||||
@ -471,3 +467,8 @@ void __exit cleanup_module(void)
|
||||
exit_dio700_cs();
|
||||
comedi_driver_unregister(&driver_dio700);
|
||||
}
|
||||
|
||||
MODULE_AUTHOR("Fred Brooks <nsaspook@nsaspook.com>");
|
||||
MODULE_DESCRIPTION(
|
||||
"Comedi driver for National Instruments PCMCIA DAQCard-700 DIO");
|
||||
MODULE_LICENSE("GPL");
|
||||
|
Loading…
x
Reference in New Issue
Block a user