summaryrefslogtreecommitdiffstats
path: root/commands/bootm.c
diff options
context:
space:
mode:
authorSascha Hauer <s.hauer@pengutronix.de>2011-12-10 20:50:15 +0100
committerSascha Hauer <s.hauer@pengutronix.de>2011-12-15 11:46:50 +0100
commitfc726402479efc486bbd3fb207e8d21ed0f4581c (patch)
tree152871c3d73ccdad9368f77a962ddf902a2e0fa5 /commands/bootm.c
parent1aba5d366ccc1016c3c5ca8b10b10eca26c75db9 (diff)
downloadbarebox-fc726402479efc486bbd3fb207e8d21ed0f4581c.tar.gz
barebox-fc726402479efc486bbd3fb207e8d21ed0f4581c.tar.xz
remove unused watchdog header
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'commands/bootm.c')
-rw-r--r--commands/bootm.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/commands/bootm.c b/commands/bootm.c
index f97a842232..453ae543a8 100644
--- a/commands/bootm.c
+++ b/commands/bootm.c
@@ -25,7 +25,6 @@
* Boot support
*/
#include <common.h>
-#include <watchdog.h>
#include <driver.h>
#include <command.h>
#include <image.h>