aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/generic/patches-2.6.36
diff options
context:
space:
mode:
authorImre Kaloz <kaloz@openwrt.org>2011-07-06 12:55:21 +0000
committerImre Kaloz <kaloz@openwrt.org>2011-07-06 12:55:21 +0000
commit90bd74dd8b87d84697efbd3c2624c58496783dad (patch)
treef3d7e3f4ddf9d27b5c462dfbaed9de66214ad814 /target/linux/generic/patches-2.6.36
parentf24764a37211d2068889186d7c5e08978ef13dc3 (diff)
downloadupstream-90bd74dd8b87d84697efbd3c2624c58496783dad.tar.gz
upstream-90bd74dd8b87d84697efbd3c2624c58496783dad.tar.bz2
upstream-90bd74dd8b87d84697efbd3c2624c58496783dad.zip
fixup mtd refresh and co.
SVN-Revision: 27491
Diffstat (limited to 'target/linux/generic/patches-2.6.36')
-rw-r--r--target/linux/generic/patches-2.6.36/065-rootfs_split.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/generic/patches-2.6.36/065-rootfs_split.patch b/target/linux/generic/patches-2.6.36/065-rootfs_split.patch
index 3e1120ecd1..31eb71617b 100644
--- a/target/linux/generic/patches-2.6.36/065-rootfs_split.patch
+++ b/target/linux/generic/patches-2.6.36/065-rootfs_split.patch
@@ -621,7 +621,7 @@
#define MEMWRITEOOB64 _IOWR('M', 21, struct mtd_oob_buf64)
#define MEMREADOOB64 _IOWR('M', 22, struct mtd_oob_buf64)
#define MEMISLOCKED _IOR('M', 23, struct erase_info_user)
-+#define MTDREFRESH _IO('M', 23)
++#define MTDREFRESH _IO('M', 24)
/*
* Obsolete legacy interface. Keep it in order not to break userspace