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
This commit is contained in:
Florian Fainelli 2012-11-21 20:27:02 +00:00
parent 3df1f9aecd
commit 7453b0dd8e

View 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>