]> 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)
commit922e11670d8db1f949771ad7ba43fe31e9eb7207
treec4063fa63280993ec63c5183d3b2fc727f2fe73a
parent5bb290bb57349c336380ca72fdede72fdca851d5
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