projects
/
platform
/
kernel
/
linux-starfive.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
887ee43
)
hwmon: (max197) Constify platform_device_id
author
Krzysztof Kozlowski
<k.kozlowski.k@gmail.com>
Fri, 1 May 2015 15:56:22 +0000
(
00:56
+0900)
committer
Guenter 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
patch
|
blob
|
history
diff --git
a/drivers/hwmon/max197.c
b/drivers/hwmon/max197.c
index
cb0dcfd
..
0762856
100644
(file)
--- a/
drivers/hwmon/max197.c
+++ b/
drivers/hwmon/max197.c
@@
-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 },
{ }