summaryrefslogtreecommitdiffstats
path: root/include/image.h
diff options
context:
space:
mode:
authorRobert Schwebel <r.schwebel@pengutronix.de>2007-11-28 09:03:27 +0100
committerMarc Kleine-Budde <mkl@pengutronix.de>2007-11-28 09:03:27 +0100
commit7067e21f3f6f4744ccfb77868a0ae2da9cbf3fbc (patch)
treebe331a2c17eb571a929335ab377f04594b0456fe /include/image.h
parent4ee1303b438b1ada73310aedcd09a17e06a8877d (diff)
downloadbarebox-7067e21f3f6f4744ccfb77868a0ae2da9cbf3fbc.tar.gz
barebox-7067e21f3f6f4744ccfb77868a0ae2da9cbf3fbc.tar.xz
cleanup do_bootm_linux()
This patch cleans up the do_bootm_linux() function. It removes most of the uggly ifdefery and replaces it by a sane function optimizing structure. Signed-off-by: Robert Schwebel <r.schwebel@pengutronix.de>
Diffstat (limited to 'include/image.h')
-rw-r--r--include/image.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/image.h b/include/image.h
index d657efa0a5..0d2f47292b 100644
--- a/include/image.h
+++ b/include/image.h
@@ -31,6 +31,8 @@
#ifndef __IMAGE_H__
#define __IMAGE_H__
+#include <linux/types.h>
+
/*
* Operating System Codes
*/