X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=drivers%2Finput%2Fps2mult.c;h=ab749336bf58e9ed1e53820965bba1d086ae4cf9;hb=5a0a82f42bd6cb67fecaba3e9e08d542090d6a94;hp=9515a0fbf544e67ab52c33242c3861ea39d1667b;hpb=f743931f9b4d4e15c9bdfe726bef033ea1f1402c;p=oweals%2Fu-boot.git diff --git a/drivers/input/ps2mult.c b/drivers/input/ps2mult.c index 9515a0fbf5..ab749336bf 100644 --- a/drivers/input/ps2mult.c +++ b/drivers/input/ps2mult.c @@ -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 -#ifdef CONFIG_PS2MULT - #include #include #include @@ -462,5 +459,3 @@ int ps2mult_request_irq(void (*handler)(void *)) return 0; } - -#endif /* CONFIG_PS2MULT */