hwmon: (max197) Constify platform_device_id
authorKrzysztof Kozlowski <k.kozlowski.k@gmail.com>
Fri, 1 May 2015 15:56:22 +0000 (00:56 +0900)
committerGuenter Roeck <linux@roeck-us.net>
Mon, 1 Jun 2015 05:58:36 +0000 (22:58 -0700)
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: Guenter Roeck <linux@roeck-us.net>
drivers/hwmon/max197.c

index cb0dcfda958c1a905c1fc9954f1a637a81a40467..07628569547aee23ffd60daceefb893101a14acb 100644 (file)
@@ -324,7 +324,7 @@ static int max197_remove(struct platform_device *pdev)
        return 0;
 }
 
-static struct platform_device_id max197_device_ids[] = {
+static const struct platform_device_id max197_device_ids[] = {
        { "max197", max197 },
        { "max199", max199 },
        { }
This page took 0.026688 seconds and 5 git commands to generate.