]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/commit
w1: constify of_device_id array
authorFabian Frederick <fabf@skynet.be>
Mon, 16 Mar 2015 19:20:29 +0000 (20:20 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 25 Mar 2015 11:25:29 +0000 (12:25 +0100)
commit0a56c0e1e7ad4dc3721e96c499f3074cb6867cfe
tree9bddd3a4e5f884ab28fb7ce67f191f3586d213b3
parent4d8beff2ae07fad85d723b4cdf704b05f0ed4794
w1: constify of_device_id array

of_device_id is always used as const.
(See driver.of_match_table and open firmware functions)

Signed-off-by: Fabian Frederick <fabf@skynet.be>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/w1/masters/mxc_w1.c
drivers/w1/masters/omap_hdq.c
drivers/w1/masters/w1-gpio.c