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:
H Hartley Sweeten 2012-06-22 16:13:00 -07:00 committed by Greg Kroah-Hartman
parent 088dc173a1
commit c0a97efc59

View File

@ -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");