drivers/input/keyboard/atkbd.c | 3 --- 1 files changed, 3 deletions(-) diff -puN drivers/input/keyboard/atkbd.c~keyboard-resend-fix-fix drivers/input/keyboard/atkbd.c --- 25-power4/drivers/input/keyboard/atkbd.c~keyboard-resend-fix-fix 2003-09-21 22:55:25.000000000 -0700 +++ 25-power4-akpm/drivers/input/keyboard/atkbd.c 2003-09-21 22:55:30.000000000 -0700 @@ -151,9 +151,6 @@ static irqreturn_t atkbd_interrupt(struc printk("atkbd.c: frame/parity error: %02x\n", flags); goto out; } - - if (!flags) - atkbd->resend = 0; #endif switch (code) { _