Re: [PATCH v2] staging: wilc1000: fix undefined reference to `__this_module' compilation error

2018-08-11 Thread Ajay Singh
Hi Greg, On Thu, 9 Aug 2018 14:21:33 +0200 Greg KH wrote: > On Thu, Aug 09, 2018 at 04:59:39PM +0530, Ajay Singh wrote: > > wilc_debug.o object file is included for both SDIO and SPI module. > > When anyone(either SDIO or SPI) module is compiled as loaded module > > and another as buildin

Re: [PATCH v2] staging: wilc1000: fix undefined reference to `__this_module' compilation error

2018-08-10 Thread Ajay Singh
Hi Greg, On Thu, 9 Aug 2018 14:21:33 +0200 Greg KH wrote: > On Thu, Aug 09, 2018 at 04:59:39PM +0530, Ajay Singh wrote: > > wilc_debug.o object file is included for both SDIO and SPI module. > > When anyone(either SDIO or SPI) module is compiled as loaded module > > and another as buildin

Re: [PATCH v2] staging: wilc1000: fix undefined reference to `__this_module' compilation error

2018-08-09 Thread Greg KH
On Thu, Aug 09, 2018 at 04:59:39PM +0530, Ajay Singh wrote: > wilc_debug.o object file is included for both SDIO and SPI module. When > anyone(either SDIO or SPI) module is compiled as loaded module and another > as buildin module then below compilation error occurs. > >

[PATCH v2] staging: wilc1000: fix undefined reference to `__this_module' compilation error

2018-08-09 Thread Ajay Singh
wilc_debug.o object file is included for both SDIO and SPI module. When anyone(either SDIO or SPI) module is compiled as loaded module and another as buildin module then below compilation error occurs. "drivers/staging/wilc1000/wilc_debugfs.o:(.data+0x10): undefined reference to `__this_module'"