X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=drivers%2Fmisc%2Fali512x.c;h=39a2a6f8cb9bd1cd405f740c1d0ae0538aadb7b4;hb=dcfe863838becd4cf4dba4d89aef2332150fe90f;hp=90b45d98b8cc65886cce63ba24a3267199ea02fb;hpb=9d2459f3532c009bb903b02b57079a3862420a5f;p=u-boot diff --git a/drivers/misc/ali512x.c b/drivers/misc/ali512x.c index 90b45d98b8..39a2a6f8cb 100644 --- a/drivers/misc/ali512x.c +++ b/drivers/misc/ali512x.c @@ -1,6 +1,6 @@ /* * (C) Copyright 2002 - * Daniel Engström, Omicron Ceti AB . + * Daniel Engström, Omicron Ceti AB . * * See file CREDITS for list of people who contributed to this * project. @@ -32,11 +32,9 @@ #include -#ifdef CONFIG_ALI152X - #include #include -#include +#include /* ALI M5123 Logical device numbers: @@ -418,6 +416,3 @@ int ali512x_cio_in(int pin) return data & bit; } - - -#endif