[PATCH 01/12] staging: comedi: das08_cs: move the MODULE_* stuff to the EOF

From: H Hartley Sweeten
Date: Mon Jul 02 2012 - 18:42:44 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/das08_cs.c | 9 +++++----
1 file changed, 5 insertions(+), 4 deletions(-)

diff --git a/drivers/staging/comedi/drivers/das08_cs.c b/drivers/staging/comedi/drivers/das08_cs.c
index 8bf6ec2..f62e5f8 100644
--- a/drivers/staging/comedi/drivers/das08_cs.c
+++ b/drivers/staging/comedi/drivers/das08_cs.c
@@ -224,10 +224,6 @@ static const struct pcmcia_device_id das08_cs_id_table[] = {
};

MODULE_DEVICE_TABLE(pcmcia, das08_cs_id_table);
-MODULE_AUTHOR("David A. Schleef <ds@xxxxxxxxxxx>, "
- "Frank Mori Hess <fmhess@xxxxxxxxxxxxxxxxxxxxx>");
-MODULE_DESCRIPTION("Comedi driver for ComputerBoards DAS-08 PCMCIA boards");
-MODULE_LICENSE("GPL");

struct pcmcia_driver das08_cs_driver = {
.probe = das08_pcmcia_attach,
@@ -270,3 +266,8 @@ static void __exit das08_cs_exit_module(void)

module_init(das08_cs_init_module);
module_exit(das08_cs_exit_module);
+
+MODULE_AUTHOR("David A. Schleef <ds@xxxxxxxxxxx>, "
+ "Frank Mori Hess <fmhess@xxxxxxxxxxxxxxxxxxxxx>");
+MODULE_DESCRIPTION("Comedi driver for ComputerBoards DAS-08 PCMCIA boards");
+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/