Move the MODULE_* fields down to their usual space at the bottom of the source file, and remove a duplicated MODULE_LICENSE(). Signed-off-by: Chris Ball <cjb@xxxxxxxxxx> --- drivers/mmc/host/vub300.c | 7 +++---- 1 files changed, 3 insertions(+), 4 deletions(-) diff --git a/drivers/mmc/host/vub300.c b/drivers/mmc/host/vub300.c index 0463921..656d528 100644 --- a/drivers/mmc/host/vub300.c +++ b/drivers/mmc/host/vub300.c @@ -220,10 +220,6 @@ enum SD_RESPONSE_TYPE { #define SD_ERROR_OVERRUN 0x1B #define SD_ERROR_PIO_TIMEOUT 0x1C -MODULE_AUTHOR("Tony Olech <tony.olech@xxxxxxxxxxxxxxxxxxxxxx>"); -MODULE_DESCRIPTION("VUB300 USB to SD/MMC/SDIO adapter driver"); -MODULE_LICENSE("GPL"); - #define FUN(c) (0x000007 & (c->arg>>28)) #define REG(c) (0x01FFFF & (c->arg>>9)) @@ -2514,4 +2510,7 @@ static void __exit vub300_exit(void) module_init(vub300_init); module_exit(vub300_exit); + +MODULE_AUTHOR("Tony Olech <tony.olech@xxxxxxxxxxxxxxxxxxxxxx>"); +MODULE_DESCRIPTION("VUB300 USB to SD/MMC/SDIO adapter driver"); MODULE_LICENSE("GPL"); -- 1.7.0.1 -- To unsubscribe from this list: send the line "unsubscribe linux-mmc" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html