Prior to any further modification set the driver version to be 0.1 Also in this patch: - Move author and license macros to end of file - License to be GPL v2 as stated on the comments Signed-off-by: Omar Ramirez Luna <omar.ramirez@xxxxxx> CC: Artem Bityutskiy <dedekind1@xxxxxxxxx> CC: Felipe Contreras <felipe.contreras@xxxxxxxxx> CC: Hiroshi Doyu <Hiroshi.DOYU@xxxxxxxxx> --- drivers/dsp/bridge/rmgr/drv_interface.c | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/drivers/dsp/bridge/rmgr/drv_interface.c b/drivers/dsp/bridge/rmgr/drv_interface.c index 65ac1e7..9ddd637 100644 --- a/drivers/dsp/bridge/rmgr/drv_interface.c +++ b/drivers/dsp/bridge/rmgr/drv_interface.c @@ -188,9 +188,6 @@ MODULE_PARM_DESC(tc_wordswapon, "TC Word Swap Option. default = 0"); module_param(min_active_opp, ushort, S_IRUSR | S_IWUSR); MODULE_PARM_DESC(min_active_opp, "Minimum ACTIVE VDD1 OPP Level, default = 3"); -MODULE_AUTHOR("Texas Instruments"); -MODULE_LICENSE("GPL"); - static char *driver_name = DRIVER_NAME; #ifdef CONFIG_BRIDGE_DEBUG @@ -731,3 +728,6 @@ static void bridge_destroy_sysfs(void) module_init(bridge_init); module_exit(bridge_exit); +MODULE_AUTHOR("Texas Instruments"); +MODULE_LICENSE("GPL v2"); +MODULE_VERSION("0.1"); -- 1.6.2.4 -- To unsubscribe from this list: send the line "unsubscribe linux-omap" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html