summaryrefslogtreecommitdiff
path: root/drivers/misc/ali512x.c
diff options
context:
space:
mode:
authorJean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>2008-08-13 01:40:40 +0200
committerJean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>2008-08-13 01:40:40 +0200
commit55d6d2d39fe3fe87802e399aa17539368b495d2e (patch)
treecc16666a1035d9641fbefee5365383e541896e50 /drivers/misc/ali512x.c
parent65e41ea0548b86e3d7892defac8e4dc1ea70aed1 (diff)
drivers/misc: Move conditional compilation to Makefile
Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
Diffstat (limited to 'drivers/misc/ali512x.c')
-rw-r--r--drivers/misc/ali512x.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/drivers/misc/ali512x.c b/drivers/misc/ali512x.c
index 90b45d98b..d6a2c1f57 100644
--- a/drivers/misc/ali512x.c
+++ b/drivers/misc/ali512x.c
@@ -32,8 +32,6 @@
#include <config.h>
-#ifdef CONFIG_ALI152X
-
#include <common.h>
#include <asm/io.h>
#include <asm/ic/ali512x.h>
@@ -418,6 +416,3 @@ int ali512x_cio_in(int pin)
return data & bit;
}
-
-
-#endif