]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - drivers/input/ps2mult.c
Ka-Ro TX U-Boot Release 2012-10-24
[karo-tx-uboot.git] / drivers / input / ps2mult.c
index 9515a0fbf544e67ab52c33242c3861ea39d1667b..ab749336bf58e9ed1e53820965bba1d086ae4cf9 100644 (file)
@@ -3,7 +3,6 @@
  * (C) Copyright 2004
  * DENX Software Engineering
  * Wolfgang Denk, wd@denx.de
- * All rights reserved.
  *
  * PS/2 multiplexer driver
  *
@@ -16,8 +15,6 @@
 
 #include <common.h>
 
-#ifdef CONFIG_PS2MULT
-
 #include <pc_keyb.h>
 #include <asm/atomic.h>
 #include <ps2mult.h>
@@ -462,5 +459,3 @@ int ps2mult_request_irq(void (*handler)(void *))
 
        return 0;
 }
-
-#endif /* CONFIG_PS2MULT */