projects
/
openwrt
/
staging
/
stintel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3df1f9a
)
mtd: do not include error.h
author
Florian Fainelli
<florian@openwrt.org>
Wed, 21 Nov 2012 20:27:02 +0000
(20:27 +0000)
committer
Florian 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
patch
|
blob
|
history
diff --git
a/package/mtd/src/mtd.c
b/package/mtd/src/mtd.c
index 9a6e65d0de1219c671a286491a58a82d311c2d24..bdbaab51a4136d2c9efcac68908079bc8ea142eb 100644
(file)
--- 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>