mtd: do not include error.h
authorFlorian Fainelli <florian@openwrt.org>
Wed, 21 Nov 2012 20:27:02 +0000 (20:27 +0000)
committerFlorian Fainelli <florian@openwrt.org>
Wed, 21 Nov 2012 20:27:02 +0000 (20:27 +0000)
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

index 9a6e65d0de1219c671a286491a58a82d311c2d24..bdbaab51a4136d2c9efcac68908079bc8ea142eb 100644 (file)
@@ -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>