linux/drivers/extcon
Arvind Yadav ff890bc008 extcon: int3496: 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
   1733	    352	      0	   2085	    825 drivers/extcon/extcon-intel-int3496.o

File size After adding 'const':
   text	   data	    bss	    dec	    hex	filename
   1797	    272	      0	   2069	    815 drivers/extcon/extcon-intel-int3496.o

Signed-off-by: Arvind Yadav <arvind.yadav.cs@gmail.com>
Signed-off-by: Chanwoo Choi <cw00.choi@samsung.com>
2017-07-16 15:09:30 +09:00
..
devres.c extcon: Add new extcon_register_notifier_all() to monitor all external connectors 2017-04-04 11:22:42 +09:00
extcon-adc-jack.c
extcon-arizona.c extcon: arizona: Use devm_kcalloc() in arizona_extcon_get_micd_configs() 2017-05-23 18:32:03 +09:00
extcon-axp288.c
extcon-gpio.c
extcon-intel-cht-wc.c extcon: intel-cht-wc: Ignore failure to detect charger-type on host mode exit 2017-04-06 10:55:26 +09:00
extcon-intel-int3496.c extcon: int3496: Constify acpi_device_id 2017-07-16 15:09:30 +09:00
extcon-max3355.c
extcon-max8997.c
extcon-max14577.c
extcon-max77693.c
extcon-max77843.c
extcon-palmas.c extcon: palmas: Don't miss GPIO events during suspend/resume 2017-04-06 10:55:22 +09:00
extcon-qcom-spmi-misc.c
extcon-rt8973a.c
extcon-rt8973a.h
extcon-sm5502.c
extcon-sm5502.h
extcon-usb-gpio.c extcon: usb-gpio: Don't miss event during suspend/resume 2017-04-06 10:55:21 +09:00
extcon.c extcon: Fix a typo in three comment lines 2017-05-23 18:32:02 +09:00
extcon.h extcon: Add new extcon_register_notifier_all() to monitor all external connectors 2017-04-04 11:22:42 +09:00
Kconfig extcon: qcom-spmi-misc: add dependency on ARCH_QCOM 2017-05-23 18:35:42 +09:00
Makefile extcon: intel-cht-wc: Add Intel Cherry Trail Whiskey Cove PMIC extcon driver 2017-04-06 10:55:23 +09:00