aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/bin
diff options
context:
space:
mode:
authorArvind Yadav <[email protected]>2017-07-06 12:43:52 -0400
committerMauro Carvalho Chehab <[email protected]>2017-07-19 16:24:53 -0400
commite9e8c1cd18dcc047ad9b9d640fa5b198a096df90 (patch)
tree7a3b2c50bc8c0b1cd1c82d1fa582fc6b43be8dba /tools/perf/scripts/python/bin
parent3f9ae4b978759d0af56fe89b2b82e1d827684675 (diff)
media: staging: atomisp: gc2235: constify acpi_device_id
acpi_device_id are not supposed to change at runtime. All functions working with acpi_device_id provided by <acpi/acpi_bus.h> work with const acpi_device_id. So mark the non-const structs as const. File size before: text data bss dec hex filename 10754 1360 4 12118 2f56 drivers/staging/media/atomisp/i2c/gc2235.o File size After adding 'const': text data bss dec hex filename 10818 1296 4 12118 2f56 drivers/staging/media/atomisp/i2c/gc2235.o Signed-off-by: Arvind Yadav <[email protected]> Signed-off-by: Sakari Ailus <[email protected]> Signed-off-by: Mauro Carvalho Chehab <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/bin')
0 files changed, 0 insertions, 0 deletions