Re: [PATCH net-next] ethernet: ti: remove unwanted THIS_MODULE macro

2014-09-09 Thread David Miller
From: Varka Bhadram Date: Mon, 8 Sep 2014 09:28:19 +0530 > It removes the owner field updation of driver structure. > It will be automatically updated by module_platform_driver() > > Signed-off-by: Varka Bhadram Applied, thanks. -- To unsubscribe from this list: send the line "unsubscribe

Re: [PATCH net-next] ethernet: ti: remove unwanted THIS_MODULE macro

2014-09-09 Thread David Miller
From: Varka Bhadram varkabhad...@gmail.com Date: Mon, 8 Sep 2014 09:28:19 +0530 It removes the owner field updation of driver structure. It will be automatically updated by module_platform_driver() Signed-off-by: Varka Bhadram var...@cdac.in Applied, thanks. -- To unsubscribe from this

[PATCH net-next] ethernet: ti: remove unwanted THIS_MODULE macro

2014-09-07 Thread Varka Bhadram
It removes the owner field updation of driver structure. It will be automatically updated by module_platform_driver() Signed-off-by: Varka Bhadram --- drivers/net/ethernet/ti/cpmac.c|1 - drivers/net/ethernet/ti/cpsw-phy-sel.c |1 - drivers/net/ethernet/ti/cpsw.c |1

[PATCH net-next] ethernet: ti: remove unwanted THIS_MODULE macro

2014-09-07 Thread Varka Bhadram
It removes the owner field updation of driver structure. It will be automatically updated by module_platform_driver() Signed-off-by: Varka Bhadram var...@cdac.in --- drivers/net/ethernet/ti/cpmac.c|1 - drivers/net/ethernet/ti/cpsw-phy-sel.c |1 - drivers/net/ethernet/ti/cpsw.c