diff options
author | Arvind Yadav <arvind.yadav.cs@gmail.com> | 2017-06-19 11:14:25 +0530 |
---|---|---|
committer | Michael Ellerman <mpe@ellerman.id.au> | 2017-08-21 17:21:34 +1000 |
commit | 516fa8d0e19d854253460ea7692551e836e7e2b5 (patch) | |
tree | c4063fa63280993ec63c5183d3b2fc727f2fe73a /arch/powerpc/configs | |
parent | 0f4bc0932e51817105fdee77a4668069a89581d5 (diff) |
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>
Diffstat (limited to 'arch/powerpc/configs')
0 files changed, 0 insertions, 0 deletions