mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-02 06:17:26 -04:00
staging: comedi: cb_das16_cs: 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:
committed by
Greg Kroah-Hartman
parent
726dd50551
commit
16920671cd
@@ -769,9 +769,6 @@ static const struct pcmcia_device_id das16cs_id_table[] = {
|
||||
};
|
||||
|
||||
MODULE_DEVICE_TABLE(pcmcia, das16cs_id_table);
|
||||
MODULE_AUTHOR("David A. Schleef <ds@schleef.org>");
|
||||
MODULE_DESCRIPTION("Comedi driver for Computer Boards PC-CARD DAS16/16");
|
||||
MODULE_LICENSE("GPL");
|
||||
|
||||
struct pcmcia_driver das16cs_driver = {
|
||||
.probe = das16cs_pcmcia_attach,
|
||||
@@ -811,3 +808,7 @@ void __exit cleanup_module(void)
|
||||
exit_das16cs_pcmcia_cs();
|
||||
comedi_driver_unregister(&driver_das16cs);
|
||||
}
|
||||
|
||||
MODULE_AUTHOR("David A. Schleef <ds@schleef.org>");
|
||||
MODULE_DESCRIPTION("Comedi driver for Computer Boards PC-CARD DAS16/16");
|
||||
MODULE_LICENSE("GPL");
|
||||
|
||||
Reference in New Issue
Block a user