]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - drivers/char/ec3104_keyb.c
[S390] cio: sch_no -> schid.sch_no conversion.
[linux-2.6-omap-h63xx.git] / drivers / char / ec3104_keyb.c
index 4aed66968821db9d978fa646558fe1e8d6844f39..77f58ed6d59af01b9688c6ce9851ffc5a7ce80cb 100644 (file)
@@ -26,7 +26,6 @@
  * (prumpf@tux.org).
  */
 
-#include <linux/config.h>
 
 #include <linux/spinlock.h>
 #include <linux/sched.h>
@@ -371,7 +370,7 @@ static void e5_receive(struct e5_struct *k)
        }
 }
 
-static void ec3104_keyb_interrupt(int irq, void *data, struct pt_regs *regs)
+static void ec3104_keyb_interrupt(int irq, void *data)
 {
        struct e5_struct *k = &ec3104_keyb;
        u8 msr, lsr;