Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

dmaengine: ep93xx: 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>

authored by

Krzysztof Kozlowski and committed by
Vinod Koul
577d2e06 4ce98c0a

+1 -1
+1 -1
drivers/dma/ep93xx_dma.c
··· 1364 1364 return ret; 1365 1365 } 1366 1366 1367 - static struct platform_device_id ep93xx_dma_driver_ids[] = { 1367 + static const struct platform_device_id ep93xx_dma_driver_ids[] = { 1368 1368 { "ep93xx-dma-m2p", 0 }, 1369 1369 { "ep93xx-dma-m2m", 1 }, 1370 1370 { },