Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit d6b16302 authored by Krzysztof Kozlowski's avatar Krzysztof Kozlowski Committed by Inki Dae
Browse files

drm/exynos: mixer: Constify platform_device_id



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

Signed-off-by: default avatarKrzysztof Kozlowski <k.kozlowski.k@gmail.com>
Signed-off-by: default avatarInki Dae <inki.dae@samsung.com>
parent 7a57ca7c
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1159,7 +1159,7 @@ static struct mixer_drv_data exynos4210_mxr_drv_data = {
	.has_sclk = 1,
};

static struct platform_device_id mixer_driver_types[] = {
static const struct platform_device_id mixer_driver_types[] = {
	{
		.name		= "s5p-mixer",
		.driver_data	= (unsigned long)&exynos4210_mxr_drv_data,