X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=drivers%2Fmisc%2Fali512x.c;h=39a2a6f8cb9bd1cd405f740c1d0ae0538aadb7b4;hb=e382fb48731640a583225accda0b75e9eff79a5c;hp=90b45d98b8cc65886cce63ba24a3267199ea02fb;hpb=eddc7c46c6030d6eca29ac254c9db98198be572d;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