[media] staging: media: omap4iss: Constify platform_device_id
[deliverable/linux.git] / drivers / staging / media / omap4iss / iss.c
index 7ced940bd8073dd6b3e3f4299e656ff3cf48146b..9bfb725b9986ccbe86bc3bf9069d2e9dbb5c524e 100644 (file)
@@ -1489,7 +1489,7 @@ static int iss_remove(struct platform_device *pdev)
        return 0;
 }
 
-static struct platform_device_id omap4iss_id_table[] = {
+static const struct platform_device_id omap4iss_id_table[] = {
        { "omap4iss", 0 },
        { },
 };
This page took 0.02959 seconds and 5 git commands to generate.