projects
/
GitHub
/
moto-9609
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e093bf6
)
dmaengine: pxa_dma: remove duplicate const qualifier
author
Eric Engestrom
<eric.engestrom@imgtec.com>
Mon, 25 Apr 2016 09:47:56 +0000
(10:47 +0100)
committer
Vinod Koul
<vinod.koul@intel.com>
Tue, 26 Apr 2016 16:29:46 +0000
(21:59 +0530)
Signed-off-by: Eric Engestrom <eric.engestrom@imgtec.com>
Acked-by: Robert Jarzmik <robert.jarzmik@free.fr>
Signed-off-by: Vinod Koul <vinod.koul@intel.com>
drivers/dma/pxa_dma.c
patch
|
blob
|
blame
|
history
diff --git
a/drivers/dma/pxa_dma.c
b/drivers/dma/pxa_dma.c
index 6d17dfd67881a7fe314b917bc6dc7e4b65e91946..e756a30ccba2c9b46ea24b036a369b7aa0b07b8d 100644
(file)
--- a/
drivers/dma/pxa_dma.c
+++ b/
drivers/dma/pxa_dma.c
@@
-1333,7
+1333,7
@@
static int pxad_init_phys(struct platform_device *op,
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", },
{}
};