Commit dcc81734 authored by Nicolas Ferre's avatar Nicolas Ferre Committed by Vinod Koul
Browse files

dmaengine: at_hdmac: empty entry shape modification



Trivial form modification to unify structure look.

Signed-off-by: default avatarNicolas Ferre <nicolas.ferre@atmel.com>
Signed-off-by: default avatarVinod Koul <vinod.koul@linux.intel.com>
parent 0ab88a01
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -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);