summaryrefslogtreecommitdiffstats
path: root/common/startup.c
diff options
context:
space:
mode:
authorSascha Hauer <s.hauer@pengutronix.de>2013-01-20 13:16:28 +0100
committerSascha Hauer <s.hauer@pengutronix.de>2013-01-20 16:31:51 +0100
commit0c97dd006198dac14acc8e1dca1b57f2c4ad12b3 (patch)
treeffe994f20ddaf002d3e82e7cf6f9d4dc721868ff /common/startup.c
parent00df6b46373020348d27d6cc83f2b13e7a940935 (diff)
downloadbarebox-0c97dd006198dac14acc8e1dca1b57f2c4ad12b3.tar.gz
barebox-0c97dd006198dac14acc8e1dca1b57f2c4ad12b3.tar.xz
move prototypes for envfs_* to envfs.h
environment.h is for environment variables, not for the environment storage (envfs), so move the prototypes to envfs.h Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'common/startup.c')
-rw-r--r--common/startup.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/startup.c b/common/startup.c
index 6309f53e9e..c36bf7c763 100644
--- a/common/startup.c
+++ b/common/startup.c
@@ -32,7 +32,7 @@
#include <debug_ll.h>
#include <fs.h>
#include <linux/stat.h>
-#include <environment.h>
+#include <envfs.h>
#include <asm/sections.h>
extern initcall_t __barebox_initcalls_start[], __barebox_early_initcalls_end[],