Re: [PATCH] arch: m68k: atari: atakeyb.c: Remove some unused functions

2015-01-11 Thread Geert Uytterhoeven
On Thu, Jan 1, 2015 at 4:37 PM, Rickard Strandqvist wrote: > Removes some functions that are not used anywhere: > atari_kbd_leds() ikbd_exec() ikbd_mem_read() ikbd_mem_write() > ikbd_clock_get() ikbd_clock_set() ikbd_pause() ikbd_resume() > > This was partially found by using a static code

Re: [PATCH] arch: m68k: atari: atakeyb.c: Remove some unused functions

2015-01-11 Thread Geert Uytterhoeven
On Thu, Jan 1, 2015 at 4:37 PM, Rickard Strandqvist rickard_strandqv...@spectrumdigital.se wrote: Removes some functions that are not used anywhere: atari_kbd_leds() ikbd_exec() ikbd_mem_read() ikbd_mem_write() ikbd_clock_get() ikbd_clock_set() ikbd_pause() ikbd_resume() This was partially

[PATCH] arch: m68k: atari: atakeyb.c: Remove some unused functions

2015-01-01 Thread Rickard Strandqvist
Removes some functions that are not used anywhere: atari_kbd_leds() ikbd_exec() ikbd_mem_read() ikbd_mem_write() ikbd_clock_get() ikbd_clock_set() ikbd_pause() ikbd_resume() This was partially found by using a static code analysis program called cppcheck. Signed-off-by: Rickard Strandqvist ---

[PATCH] arch: m68k: atari: atakeyb.c: Remove some unused functions

2015-01-01 Thread Rickard Strandqvist
Removes some functions that are not used anywhere: atari_kbd_leds() ikbd_exec() ikbd_mem_read() ikbd_mem_write() ikbd_clock_get() ikbd_clock_set() ikbd_pause() ikbd_resume() This was partially found by using a static code analysis program called cppcheck. Signed-off-by: Rickard Strandqvist