summaryrefslogtreecommitdiff
path: root/common/env_sf.c
diff options
context:
space:
mode:
authorTom Rini <trini@ti.com>2014-10-22 13:51:45 -0400
committerTom Rini <trini@ti.com>2014-10-22 13:51:45 -0400
commit68e80fdda1336068f40915388bbdacfd2b75233a (patch)
treedeb28e65fdd601e47bf5564f67da3035a840e284 /common/env_sf.c
parent35d4fed320d577a4446531d7b9350ce40065c4b0 (diff)
parent8a9cd5ad6f89ab721a352cbb9264bea5ede68789 (diff)
downloadu-boot-68e80fdda1336068f40915388bbdacfd2b75233a.tar.gz
Merge git://git.denx.de/u-boot-dm
Diffstat (limited to 'common/env_sf.c')
-rw-r--r--common/env_sf.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/common/env_sf.c b/common/env_sf.c
index 37ab13ae17..5e3729c2c2 100644
--- a/common/env_sf.c
+++ b/common/env_sf.c
@@ -12,6 +12,7 @@
#include <common.h>
#include <environment.h>
#include <malloc.h>
+#include <spi.h>
#include <spi_flash.h>
#include <search.h>
#include <errno.h>