commit | 8ec77530a3279f5f76450f7a8985de4206a649fc | [log] [tgz] |
---|---|---|
author | Graeme Russ <graeme.russ@gmail.com> | Sun Dec 07 10:29:04 2008 +1100 |
committer | Wolfgang Denk <wd@denx.de> | Sat Jan 24 01:14:31 2009 +0100 |
tree | 782fc30b6a15904d771caba758be4ea4ce0705c6 | |
parent | 382827caa53dc699f9e921b30a05fbd28a76bff2 [diff] |
Remove #ifdef CONFIG_SC520 in source code CONFIG_SC520 is now used for conditional compile Signed-off-by: Graeme Russ <graeme.russ@gmail.com>
diff --git a/cpu/i386/sc520.c b/cpu/i386/sc520.c index 50bd8ef..12e8f38 100644 --- a/cpu/i386/sc520.c +++ b/cpu/i386/sc520.c
@@ -25,9 +25,6 @@ * but idependent of implementation */ #include <config.h> - -#ifdef CONFIG_SC520 - #include <common.h> #include <config.h> #include <pci.h> @@ -517,4 +514,3 @@ /* NOTREACHED */ } #endif -#endif /* CONFIG_SC520 */