diff options
author | Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> | 2008-08-13 01:40:38 +0200 |
---|---|---|
committer | Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> | 2008-08-13 01:40:38 +0200 |
commit | d6e9ee92e890f67594ab150689510df361133ead (patch) | |
tree | d76987f91295c1e4585130f6d2f43b28fae6fa94 /common/bedbug.c | |
parent | f5acb9fd9bba1160de3ef349c7d33fe510eda286 (diff) |
common: Move conditional compilation to Makefile
Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
Diffstat (limited to 'common/bedbug.c')
-rw-r--r-- | common/bedbug.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/common/bedbug.c b/common/bedbug.c index 3bf1fc3cc7f..60109cf827d 100644 --- a/common/bedbug.c +++ b/common/bedbug.c @@ -2,8 +2,6 @@ #include <common.h> -#if defined(CONFIG_CMD_BEDBUG) - #include <linux/ctype.h> #include <bedbug/bedbug.h> #include <bedbug/ppc.h> @@ -1252,5 +1250,3 @@ int find_next_address (unsigned char *nextaddr, int step_over, * warranties of merchantability and fitness for a particular * purpose. */ - -#endif |