]> git.baikalelectronics.ru Git - kernel.git/commit
macintosh/rack-meter: Make of_device_ids const
authorArvind Yadav <arvind.yadav.cs@gmail.com>
Mon, 19 Jun 2017 05:44:25 +0000 (11:14 +0530)
committerMichael Ellerman <mpe@ellerman.id.au>
Mon, 21 Aug 2017 07:21:34 +0000 (17:21 +1000)
commit61fee545e07af7317e7d6d8e3de38d87e8514a2a
treec4063fa63280993ec63c5183d3b2fc727f2fe73a
parent3cd39d92e9ce7286ca39d570044a34f39ab5cd71
macintosh/rack-meter: Make of_device_ids const

of_device_ids are not supposed to change at runtime. All functions
working with of_device_ids provided by <linux/of.h> work with const
of_device_ids. So mark the non-const structs as const.

File size before:
   text    data     bss     dec     hex filename
    407     576       0     983     3d7 drivers/macintosh/rack-meter.o

File size after constify rackmeter_match.
   text    data     bss     dec     hex filename
    807     176       0     983     3d7 drivers/macintosh/rack-meter.o

Signed-off-by: Arvind Yadav <arvind.yadav.cs@gmail.com>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
drivers/macintosh/rack-meter.c