diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2013-09-25 17:13:24 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2013-09-25 17:13:24 +0000 |
commit | 028cf4dc7c904339041975810b9462768bc397db (patch) | |
tree | 9be5240a1fb1ccc7bb8c846a4bfbb0b44aeeb152 /target/linux/x86 | |
parent | 57f4da235a6c80e23af5edda0db0bf1670c35121 (diff) | |
download | master-187ad058-028cf4dc7c904339041975810b9462768bc397db.tar.gz master-187ad058-028cf4dc7c904339041975810b9462768bc397db.tar.bz2 master-187ad058-028cf4dc7c904339041975810b9462768bc397db.zip |
kernel/3.10: refresh all target patches
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@38182 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/x86')
-rw-r--r-- | target/linux/x86/patches-3.10/012-export_erase_write.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/x86/patches-3.10/012-export_erase_write.patch b/target/linux/x86/patches-3.10/012-export_erase_write.patch index 14c275d986..d3ec5caf14 100644 --- a/target/linux/x86/patches-3.10/012-export_erase_write.patch +++ b/target/linux/x86/patches-3.10/012-export_erase_write.patch @@ -11,7 +11,7 @@ struct erase_info erase; --- a/include/linux/mtd/mtd.h +++ b/include/linux/mtd/mtd.h -@@ -391,6 +391,9 @@ extern void register_mtd_user (struct mt +@@ -409,6 +409,9 @@ extern void register_mtd_user (struct mt extern int unregister_mtd_user (struct mtd_notifier *old); void *mtd_kmalloc_up_to(const struct mtd_info *mtd, size_t *size); |