summaryrefslogtreecommitdiffstats
path: root/openwrt/package/mtd/mtd.c
diff options
context:
space:
mode:
authorwbx <wbx@3c298f89-4303-0410-b956-a3cf2f4a3e73>2005-09-04 00:13:34 +0000
committerwbx <wbx@3c298f89-4303-0410-b956-a3cf2f4a3e73>2005-09-04 00:13:34 +0000
commit8f989705ca859f8dc00aa0d689373c32b38d00ca (patch)
tree543acd1c3285a8be6bd33bf3dac34c4033295f95 /openwrt/package/mtd/mtd.c
parent06768f3ee0842f5e076c55777ba85e593b14e632 (diff)
revert my changes. didn't work
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@1842 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'openwrt/package/mtd/mtd.c')
-rw-r--r--openwrt/package/mtd/mtd.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/openwrt/package/mtd/mtd.c b/openwrt/package/mtd/mtd.c
index e55986494..69ef06496 100644
--- a/openwrt/package/mtd/mtd.c
+++ b/openwrt/package/mtd/mtd.c
@@ -40,11 +40,7 @@
#include <sys/reboot.h>
#include <string.h>
-#ifdef LINUX_24
#include <linux/mtd/mtd.h>
-#else
-#include <mtd/mtd-user.h>
-#endif
#define TRX_MAGIC 0x30524448 /* "HDR0" */
#define BUFSIZE (10 * 1024)