dmaengine: imx: Constify platform_device_id
authorKrzysztof Kozlowski <k.kozlowski.k@gmail.com>
Fri, 1 May 2015 15:57:46 +0000 (00:57 +0900)
committerVinod Koul <vinod.koul@intel.com>
Mon, 4 May 2015 11:08:55 +0000 (16:38 +0530)
commitafe7cded998fff62759c214cda8785cd874b6114
treea5a0ba34856885a7c02c456f7a748758e03f0790
parent577d2e0629c289485e1929df492ecdb613f930c2
dmaengine: imx: Constify platform_device_id

The platform_device_id is not modified by the driver and core uses it as
const.

Signed-off-by: Krzysztof Kozlowski <k.kozlowski.k@gmail.com>
Signed-off-by: Vinod Koul <vinod.koul@intel.com>
drivers/dma/imx-dma.c
drivers/dma/imx-sdma.c
This page took 0.027661 seconds and 5 git commands to generate.