From: Greg Kroah-Hartman Date: Mon, 30 Jul 2018 12:21:40 +0000 (+0200) Subject: 4.4-stable patches X-Git-Tag: v4.17.12~9 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=b41be5ee28adbda0c8d96dab47bd3b592f032adf;p=thirdparty%2Fkernel%2Fstable-queue.git 4.4-stable patches added patches: dmaengine-pxa_dma-remove-duplicate-const-qualifier.patch --- diff --git a/queue-4.4/dmaengine-pxa_dma-remove-duplicate-const-qualifier.patch b/queue-4.4/dmaengine-pxa_dma-remove-duplicate-const-qualifier.patch new file mode 100644 index 00000000000..686e46fa557 --- /dev/null +++ b/queue-4.4/dmaengine-pxa_dma-remove-duplicate-const-qualifier.patch @@ -0,0 +1,30 @@ +From 4e0def887d717598ae8062b46e55f9e00d3a5783 Mon Sep 17 00:00:00 2001 +From: Eric Engestrom +Date: Mon, 25 Apr 2016 10:47:56 +0100 +Subject: dmaengine: pxa_dma: remove duplicate const qualifier + +From: Eric Engestrom + +commit 4e0def887d717598ae8062b46e55f9e00d3a5783 upstream. + +Signed-off-by: Eric Engestrom +Acked-by: Robert Jarzmik +Signed-off-by: Vinod Koul +Cc: Andrea Adami +Signed-off-by: Greg Kroah-Hartman + +--- + drivers/dma/pxa_dma.c | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + +--- a/drivers/dma/pxa_dma.c ++++ b/drivers/dma/pxa_dma.c +@@ -1321,7 +1321,7 @@ static int pxad_init_phys(struct platfor + return 0; + } + +-static const struct of_device_id const pxad_dt_ids[] = { ++static const struct of_device_id pxad_dt_ids[] = { + { .compatible = "marvell,pdma-1.0", }, + {} + }; diff --git a/queue-4.4/series b/queue-4.4/series index 9df1ed44629..2c587992a20 100644 --- a/queue-4.4/series +++ b/queue-4.4/series @@ -98,3 +98,4 @@ random-mix-rdrand-with-entropy-sent-in-from-userspace.patch squashfs-be-more-careful-about-metadata-corruption.patch ext4-fix-inline-data-updates-with-checksums-enabled.patch ext4-check-for-allocation-block-validity-with-block-group-locked.patch +dmaengine-pxa_dma-remove-duplicate-const-qualifier.patch