m68k/atari: Remove obsolete keyboard_tasklet scheduling
[cascardo/linux.git] / arch / m68k / atari / atakeyb.c
index ad91969..7bea01c 100644 (file)
@@ -170,7 +170,6 @@ repeat:
        if (acia_stat & ACIA_RDRF) {
                /* received a character */
                scancode = acia.key_data;       /* get it or reset the ACIA, I'll get it! */
-               tasklet_schedule(&keyboard_tasklet);
        interpret_scancode:
                switch (kb_state.state) {
                case KEYBOARD: