Re: [PATCH] m68k: pull mach_beep in setup.c

2017-10-11 Thread Geert Uytterhoeven
Hi Greg, On Thu, Oct 12, 2017 at 2:15 AM, Greg Ungerer wrote: > On 28/09/17 19:44, Alexandre Belloni wrote: >> It is possible to select INPUT_M68K_BEEP in a nommu configuration. This >> results in the following link error: >> >> drivers/input/misc/m68kspkr.o: In function `m68kspkr_event': >> m68k

Re: [PATCH] m68k: pull mach_beep in setup.c

2017-10-11 Thread Greg Ungerer
Hi Alexandre, On 28/09/17 19:44, Alexandre Belloni wrote: > It is possible to select INPUT_M68K_BEEP in a nommu configuration. This > results in the following link error: > > drivers/input/misc/m68kspkr.o: In function `m68kspkr_event': > m68kspkr.c:(.text+0x3a): undefined reference to `mach_beep'

[PATCH] m68k: pull mach_beep in setup.c

2017-09-28 Thread Alexandre Belloni
It is possible to select INPUT_M68K_BEEP in a nommu configuration. This results in the following link error: drivers/input/misc/m68kspkr.o: In function `m68kspkr_event': m68kspkr.c:(.text+0x3a): undefined reference to `mach_beep' m68kspkr.c:(.text+0x5e): undefined reference to `mach_beep' m68kspkr