mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-05 20:33:49 -04:00
staging: comedi: ni_daq_dio24: move MODULE_* info to end of file
For aesthetic reasons, move all the MODULE_* information to the end of the file. Signed-off-by: H Hartley Sweeten <hsweeten@visionengravers.com> Cc: Ian Abbott <abbotti@mev.co.uk> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
committed by
Greg Kroah-Hartman
parent
e2e544c9d5
commit
573c43f30e
@@ -303,10 +303,6 @@ static const struct pcmcia_device_id dio24_cs_ids[] = {
|
||||
};
|
||||
|
||||
MODULE_DEVICE_TABLE(pcmcia, dio24_cs_ids);
|
||||
MODULE_AUTHOR("Daniel Vecino Castel <dvecino@able.es>");
|
||||
MODULE_DESCRIPTION("Comedi driver for National Instruments "
|
||||
"PCMCIA DAQ-Card DIO-24");
|
||||
MODULE_LICENSE("GPL");
|
||||
|
||||
static struct pcmcia_driver dio24_cs_driver = {
|
||||
.probe = dio24_cs_attach,
|
||||
@@ -319,3 +315,8 @@ static struct pcmcia_driver dio24_cs_driver = {
|
||||
};
|
||||
|
||||
module_comedi_pcmcia_driver(driver_dio24, dio24_cs_driver);
|
||||
|
||||
MODULE_AUTHOR("Daniel Vecino Castel <dvecino@able.es>");
|
||||
MODULE_DESCRIPTION(
|
||||
"Comedi driver for National Instruments PCMCIA DAQ-Card DIO-24");
|
||||
MODULE_LICENSE("GPL");
|
||||
|
||||
Reference in New Issue
Block a user