aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNicolas Ferre <nicolas.ferre@atmel.com>2011-11-22 05:55:53 -0500
committerVinod Koul <vinod.koul@linux.intel.com>2011-11-28 05:25:36 -0500
commitdcc817346d311bbd9dac6fc9d6bddb552134851c (patch)
tree537dc12263ee149d4c1f6522b59529c63a017fb6
parent0ab88a01832d529c48e2a51f3d24662c143df39a (diff)
dmaengine: at_hdmac: empty entry shape modification
Trivial form modification to unify structure look. Signed-off-by: Nicolas Ferre <nicolas.ferre@atmel.com> Signed-off-by: Vinod Koul <vinod.koul@linux.intel.com>
-rw-r--r--drivers/dma/at_hdmac.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/drivers/dma/at_hdmac.c b/drivers/dma/at_hdmac.c
index 3b44f24888ea..30ec030456cf 100644
--- a/drivers/dma/at_hdmac.c
+++ b/drivers/dma/at_hdmac.c
@@ -1185,7 +1185,9 @@ static const struct of_device_id atmel_dma_dt_ids[] = {
1185 }, { 1185 }, {
1186 .compatible = "atmel,at91sam9g45-dma", 1186 .compatible = "atmel,at91sam9g45-dma",
1187 .data = (void *)ATDMA_DEVTYPE_SAM9G45 1187 .data = (void *)ATDMA_DEVTYPE_SAM9G45
1188 }, { /* sentinel */ } 1188 }, {
1189 /* sentinel */
1190 }
1189}; 1191};
1190 1192
1191MODULE_DEVICE_TABLE(of, atmel_dma_dt_ids); 1193MODULE_DEVICE_TABLE(of, atmel_dma_dt_ids);