diff options
author | Sonic Zhang <sonic.zhang@analog.com> | 2013-12-09 12:56:27 +0800 |
---|---|---|
committer | Sonic Zhang <sonic.zhang@analog.com> | 2013-12-16 11:38:33 +0800 |
commit | 31d5d4e056622ae655b8f37f09d643d2a4affbcb (patch) | |
tree | a9df75ccfc75da1665b141411585dcc203f7e4b1 /board/bf609-ezkit | |
parent | 6e6b221c4375399625a956ecb8814d176871ef19 (diff) | |
download | u-boot-imx-31d5d4e056622ae655b8f37f09d643d2a4affbcb.zip u-boot-imx-31d5d4e056622ae655b8f37f09d643d2a4affbcb.tar.gz u-boot-imx-31d5d4e056622ae655b8f37f09d643d2a4affbcb.tar.bz2 |
blackfin: fixing warning by including proper headers
Signed-off-by: Sonic Zhang <sonic.zhang@analog.com>
Diffstat (limited to 'board/bf609-ezkit')
-rw-r--r-- | board/bf609-ezkit/bf609-ezkit.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/board/bf609-ezkit/bf609-ezkit.c b/board/bf609-ezkit/bf609-ezkit.c index 0388226..cfc64fe 100644 --- a/board/bf609-ezkit/bf609-ezkit.c +++ b/board/bf609-ezkit/bf609-ezkit.c @@ -10,6 +10,7 @@ #include <netdev.h> #include <asm/blackfin.h> #include <asm/io.h> +#include <asm/sdh.h> #include <asm/portmux.h> #include "soft_switch.h" |