From 7453b0dd8ec45a68dd3cd3ce0c37a3f5a4aa59d0 Mon Sep 17 00:00:00 2001
From: Florian Fainelli <florian@openwrt.org>
Date: Wed, 21 Nov 2012 20:27:02 +0000
Subject: [PATCH] mtd: do not include error.h

We do not use anything from it, and it is not available with all libcs.
Signed-off-by: Florian Fainelli <florian@openwrt.org>

SVN-Revision: 34294
---
 package/mtd/src/mtd.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/package/mtd/src/mtd.c b/package/mtd/src/mtd.c
index 9a6e65d0de..bdbaab51a4 100644
--- a/package/mtd/src/mtd.c
+++ b/package/mtd/src/mtd.c
@@ -31,7 +31,6 @@
 #include <sys/syscall.h>
 #include <fcntl.h>
 #include <errno.h>
-#include <error.h>
 #include <time.h>
 #include <string.h>
 #include <sys/ioctl.h>
-- 
GitLab