RE: [PATCH] mtd: remove .owner field for driver using module_platform_driver

2014-11-12 Thread Sharma, Sanjeev
Hi Sanjeev Sharma, On 11/11/2014 03:57 PM, Sanjeev Sharma wrote: > This patch removes the .owner field for drivers which use the > platform_driver_register api because this is overriden in > _platform_driver_register. > > Signed-off-by: Sanjeev Sharma > --- > drivers/mtd/nand/ams-delta.c

Re: [PATCH] mtd: remove .owner field for driver using module_platform_driver

2014-11-11 Thread Varka Bhadram
Hi Sanjeev Sharma, On 11/11/2014 03:57 PM, Sanjeev Sharma wrote: This patch removes the .owner field for drivers which use the platform_driver_register api because this is overriden in _platform_driver_register. Signed-off-by: Sanjeev Sharma --- drivers/mtd/nand/ams-delta.c | 1 - drive