diff options
author | Wolfgang Denk <wd@denx.de> | 2008-01-13 00:55:47 +0100 |
---|---|---|
committer | Wolfgang Denk <wd@denx.de> | 2008-01-13 00:55:47 +0100 |
commit | e343ab83d5135b558aa58db9be8fc7faa68d77ed (patch) | |
tree | 090d4fab5581e7c5c6356f0bff72c5407cb61fff /board/ads5121 | |
parent | f2b6f4610627fe3d607620e25082916a01538875 (diff) | |
download | u-boot-imx-e343ab83d5135b558aa58db9be8fc7faa68d77ed.zip u-boot-imx-e343ab83d5135b558aa58db9be8fc7faa68d77ed.tar.gz u-boot-imx-e343ab83d5135b558aa58db9be8fc7faa68d77ed.tar.bz2 |
ADS5121e: fix compile warning
Signed-off-by: Wolfgang Denk <wd@denx.de>
Diffstat (limited to 'board/ads5121')
-rw-r--r-- | board/ads5121/ads5121.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/board/ads5121/ads5121.c b/board/ads5121/ads5121.c index 46be6a5..8531657 100644 --- a/board/ads5121/ads5121.c +++ b/board/ads5121/ads5121.c @@ -25,6 +25,7 @@ #include <mpc512x.h> #include <asm/bitops.h> #include <command.h> +#include <fdt_support.h> /* Clocks in use */ #define SCCR1_CLOCKS_EN (CLOCK_SCCR1_CFG_EN | \ |