diff options
Diffstat (limited to 'board/bf537-stamp/cmd_bf537led.c')
-rw-r--r-- | board/bf537-stamp/cmd_bf537led.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/board/bf537-stamp/cmd_bf537led.c b/board/bf537-stamp/cmd_bf537led.c index e65c4f8..317f088 100644 --- a/board/bf537-stamp/cmd_bf537led.c +++ b/board/bf537-stamp/cmd_bf537led.c @@ -25,7 +25,7 @@ #include <config.h> #include <command.h> #include <asm/blackfin.h> -#include <asm-blackfin/string.h> +#include <asm/string.h> #ifdef CONFIG_BF537_STAMP_LEDCMD /* Define the command usage in a reusable way */ |