diff options
Diffstat (limited to 'drivers/misc/ali512x.c')
| -rw-r--r-- | drivers/misc/ali512x.c | 5 | 
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 |