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>
This commit is contained in:
Nicolas Ferre 2011-11-22 11:55:53 +01:00 committed by Vinod Koul
parent 0ab88a0183
commit dcc817346d
1 changed files with 3 additions and 1 deletions

View File

@ -1185,7 +1185,9 @@ static const struct of_device_id atmel_dma_dt_ids[] = {
}, {
.compatible = "atmel,at91sam9g45-dma",
.data = (void *)ATDMA_DEVTYPE_SAM9G45
}, { /* sentinel */ }
}, {
/* sentinel */
}
};
MODULE_DEVICE_TABLE(of, atmel_dma_dt_ids);