diff options
author | Florian Fainelli <florian@openwrt.org> | 2012-11-21 20:27:02 +0000 |
---|---|---|
committer | Florian Fainelli <florian@openwrt.org> | 2012-11-21 20:27:02 +0000 |
commit | 7453b0dd8ec45a68dd3cd3ce0c37a3f5a4aa59d0 (patch) | |
tree | b6058695b8a12045507c9ba62751c63092293875 | |
parent | 3df1f9aecdd5b132fb15d6fdbd99b2d86b365c7f (diff) | |
download | upstream-7453b0dd8ec45a68dd3cd3ce0c37a3f5a4aa59d0.tar.gz upstream-7453b0dd8ec45a68dd3cd3ce0c37a3f5a4aa59d0.tar.bz2 upstream-7453b0dd8ec45a68dd3cd3ce0c37a3f5a4aa59d0.zip |
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
-rw-r--r-- | package/mtd/src/mtd.c | 1 |
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> |