Re: [PATCH] Input: parkbd - Drop bogus __init from parkbd_allocate_serio()

2015-11-09 Thread Dmitry Torokhov
On Mon, Nov 09, 2015 at 02:13:34PM +0100, Geert Uytterhoeven wrote: > Hi Sudip, > > On Mon, Nov 9, 2015 at 2:05 PM, Sudip Mukherjee > wrote: > > On Sat, Nov 07, 2015 at 04:53:23PM +0100, Geert Uytterhoeven wrote: > >> WARNING: vmlinux.o(.text+0x1056606): Section mismatch in reference from > >> t

Re: [PATCH] Input: parkbd - Drop bogus __init from parkbd_allocate_serio()

2015-11-09 Thread Geert Uytterhoeven
Hi Sudip, On Mon, Nov 9, 2015 at 2:05 PM, Sudip Mukherjee wrote: > On Sat, Nov 07, 2015 at 04:53:23PM +0100, Geert Uytterhoeven wrote: >> WARNING: vmlinux.o(.text+0x1056606): Section mismatch in reference from the >> function parkbd_attach() to the function .init.text:parkbd_allocate_serio() >>

Re: [PATCH] Input: parkbd - Drop bogus __init from parkbd_allocate_serio()

2015-11-09 Thread Sudip Mukherjee
On Sat, Nov 07, 2015 at 04:53:23PM +0100, Geert Uytterhoeven wrote: > WARNING: vmlinux.o(.text+0x1056606): Section mismatch in reference from the > function parkbd_attach() to the function .init.text:parkbd_allocate_serio() > The function parkbd_attach() references > the function __init parkbd_all

[PATCH] Input: parkbd - Drop bogus __init from parkbd_allocate_serio()

2015-11-08 Thread Geert Uytterhoeven
WARNING: vmlinux.o(.text+0x1056606): Section mismatch in reference from the function parkbd_attach() to the function .init.text:parkbd_allocate_serio() The function parkbd_attach() references the function __init parkbd_allocate_serio(). This is often because parkbd_attach lacks a __init annotation