summaryrefslogtreecommitdiffstats
path: root/net
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 /net
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 'net')
-rw-r--r--net/net.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/net/net.c b/net/net.c
index 84168613f2..26ba44e221 100644
--- a/net/net.c
+++ b/net/net.c
@@ -28,7 +28,6 @@
*/
#include <common.h>
#include <clock.h>
-#include <watchdog.h>
#include <command.h>
#include <environment.h>
#include <param.h>