diff options
Diffstat (limited to 'board/fads/lamp.c')
-rw-r--r-- | board/fads/lamp.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/board/fads/lamp.c b/board/fads/lamp.c index 4e58291c069..ffcc2b3c41f 100644 --- a/board/fads/lamp.c +++ b/board/fads/lamp.c @@ -1,7 +1,5 @@ #include <config.h> -#ifndef CONFIG_ADS /* Old ADS has not got any user-controllable LED */ - #include <common.h> void @@ -43,5 +41,3 @@ fast_blink(unsigned int n) signal_delay(0x00100000); } } - -#endif /* !CONFIG_ADS */ |