projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8550b07
)
Input: s3c2410_ts - constify platform_device_id
author
Krzysztof Kozlowski
<
[email protected]
>
Wed, 6 May 2015 23:55:21 +0000
(16:55 -0700)
committer
Dmitry Torokhov
<
[email protected]
>
Wed, 6 May 2015 23:56:55 +0000
(16:56 -0700)
The platform_device_id is not modified by the driver and core uses it as
const.
Signed-off-by: Krzysztof Kozlowski <
[email protected]
>
Signed-off-by: Dmitry Torokhov <
[email protected]
>
drivers/input/touchscreen/s3c2410_ts.c
patch
|
blob
|
history
diff --git
a/drivers/input/touchscreen/s3c2410_ts.c
b/drivers/input/touchscreen/s3c2410_ts.c
index bdfa27dc097b6bec46bff5db20fe06baa63c6720..a4a103e1d11b0ae6f65fe3ce496755b5618c898e 100644
(file)
--- a/
drivers/input/touchscreen/s3c2410_ts.c
+++ b/
drivers/input/touchscreen/s3c2410_ts.c
@@
-411,7
+411,7
@@
static const struct dev_pm_ops s3c_ts_pmops = {
};
#endif
-static struct platform_device_id s3cts_driver_ids[] = {
+static
const
struct platform_device_id s3cts_driver_ids[] = {
{ "s3c2410-ts", 0 },
{ "s3c2440-ts", 0 },
{ "s3c64xx-ts", FEAT_PEN_IRQ },