[PATCH 02/33] staging: comedi: cb_das16_cs: move the MODULE_* stuff to the EOF

From: H Hartley Sweeten
Date: Mon Jun 25 2012 - 18:17:19 EST


Move the MODULE_* declarations to the end of the file.

Signed-off-by: H Hartley Sweeten <hsweeten@xxxxxxxxxxxxxxxxxxx>
Cc: Ian Abbott <abbotti@xxxxxxxxx>
Cc: Frank Mori Hess <fmhess@xxxxxxxxxxxxxxxxxxxxx>
Cc: Greg Kroah-Hartman <gregkh@xxxxxxxxxxxxxxxxxxx>
---
drivers/staging/comedi/drivers/cb_das16_cs.c | 7 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/drivers/staging/comedi/drivers/cb_das16_cs.c b/drivers/staging/comedi/drivers/cb_das16_cs.c
index 1fd4460..76833d0 100644
--- a/drivers/staging/comedi/drivers/cb_das16_cs.c
+++ b/drivers/staging/comedi/drivers/cb_das16_cs.c
@@ -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@xxxxxxxxxxx>");
-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@xxxxxxxxxxx>");
+MODULE_DESCRIPTION("Comedi driver for Computer Boards PC-CARD DAS16/16");
+MODULE_LICENSE("GPL");
--
1.7.11

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/