Re: [PATCH] next: input: Fix build error seen if input-core is built as module

2014-11-03 Thread Samuel Thibault
Hello, Guenter Roeck, le Sun 02 Nov 2014 21:53:17 -0800, a écrit : > The following build error may be seen if input-core is built as module: > > drivers/input/leds.o: In function `init_module': > leds.c:(.init.text+0x0): multiple definition of `init_module' > drivers/input/input.o:input.c:(.init.

[PATCH] next: input: Fix build error seen if input-core is built as module

2014-11-02 Thread Guenter Roeck
The following build error may be seen if input-core is built as module: drivers/input/leds.o: In function `init_module': leds.c:(.init.text+0x0): multiple definition of `init_module' drivers/input/input.o:input.c:(.init.text+0x0): first defined here drivers/input/leds.o: In function `cleanup_modul