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 | |
| parent | f2b6f4610627fe3d607620e25082916a01538875 (diff) | |
| download | olio-uboot-2014.01-e343ab83d5135b558aa58db9be8fc7faa68d77ed.tar.xz olio-uboot-2014.01-e343ab83d5135b558aa58db9be8fc7faa68d77ed.zip | |
ADS5121e: fix compile warning
Signed-off-by: Wolfgang Denk <wd@denx.de>
| -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 46be6a516..8531657bd 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 | \ |