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:
parent
e2e544c9d5
commit
573c43f30e
1 changed files with 5 additions and 4 deletions
|
@ -303,10 +303,6 @@ static const struct pcmcia_device_id dio24_cs_ids[] = {
|
||||||
};
|
};
|
||||||
|
|
||||||
MODULE_DEVICE_TABLE(pcmcia, 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 = {
|
static struct pcmcia_driver dio24_cs_driver = {
|
||||||
.probe = dio24_cs_attach,
|
.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_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");
|
||||||
|
|
Loading…
Add table
Reference in a new issue