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

Commit bd388a2c authored by Krzysztof Kozlowski's avatar Krzysztof Kozlowski Committed by Tomi Valkeinen
Browse files

video: fbdev: imxfb: 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 avatarTomi Valkeinen <tomi.valkeinen@ti.com>
parent 7e46cd70
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -170,7 +170,7 @@ struct imxfb_info {
	struct regulator	*lcd_pwr;
};

static struct platform_device_id imxfb_devtype[] = {
static const struct platform_device_id imxfb_devtype[] = {
	{
		.name = "imx1-fb",
		.driver_data = IMX1_FB,