aboutsummaryrefslogtreecommitdiffstats
path: root/package/mtd
diff options
context:
space:
mode:
authorFlorian Fainelli <florian@openwrt.org>2012-11-21 20:27:02 +0000
committerFlorian Fainelli <florian@openwrt.org>2012-11-21 20:27:02 +0000
commitc7b5d2b21ae8d32ec3545bd7c34ea9e9b9d1098a (patch)
tree4a1a9f6f8b5fbde3ebb3481e1275a6a7e2120cfb /package/mtd
parent7a7bfbf4710950232fb366ba0ce4ed6b4087de76 (diff)
downloadmaster-187ad058-c7b5d2b21ae8d32ec3545bd7c34ea9e9b9d1098a.tar.gz
master-187ad058-c7b5d2b21ae8d32ec3545bd7c34ea9e9b9d1098a.tar.bz2
master-187ad058-c7b5d2b21ae8d32ec3545bd7c34ea9e9b9d1098a.zip
[package] 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> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@34294 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/mtd')
-rw-r--r--package/mtd/src/mtd.c1
1 files changed, 0 insertions, 1 deletions
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>