kernel: refresh patches
[openwrt/svn-archive/archive.git] / target / linux / lantiq / patches-3.14 / 0020-MTD-lantiq-handle-NO_XIP-on-cfi0001-flash.patch
index 4a2317030c8c8b2642702771c46e68d200d82323..c810286dac6c4c1efa31e2aa927dff0861765023 100644 (file)
@@ -8,11 +8,9 @@ Signed-off-by: John Crispin <blogic@openwrt.org>
  drivers/mtd/maps/lantiq-flash.c |    6 +++++-
  1 file changed, 5 insertions(+), 1 deletion(-)
 
-diff --git a/drivers/mtd/maps/lantiq-flash.c b/drivers/mtd/maps/lantiq-flash.c
-index 93c507a..710d699 100644
 --- a/drivers/mtd/maps/lantiq-flash.c
 +++ b/drivers/mtd/maps/lantiq-flash.c
-@@ -140,7 +140,11 @@ ltq_mtd_probe(struct platform_device *pdev)
+@@ -140,7 +140,11 @@ ltq_mtd_probe(struct platform_device *pd
        if (!ltq_mtd->map)
                return -ENOMEM;
  
@@ -25,6 +23,3 @@ index 93c507a..710d699 100644
        ltq_mtd->map->size = resource_size(ltq_mtd->res);
        ltq_mtd->map->virt = devm_ioremap_resource(&pdev->dev, ltq_mtd->res);
        if (IS_ERR(ltq_mtd->map->virt))
--- 
-1.7.10.4
-