summaryrefslogtreecommitdiff
path: root/drivers/mmc/host/Kconfig
diff options
context:
space:
mode:
authorArvind Yadav <arvind.yadav.cs@gmail.com>2017-07-17 19:31:33 +0300
committerUlf Hansson <ulf.hansson@linaro.org>2017-08-30 15:01:35 +0300
commitadb7434aa6b5f2fea22b541f6eb36cf08ae54e5f (patch)
treeeff90646e6d15292caccc02d8fd9f6243418e1ac /drivers/mmc/host/Kconfig
parent06ebc6010cf588423aa17c883c005c0ed2ddf46e (diff)
downloadlinux-adb7434aa6b5f2fea22b541f6eb36cf08ae54e5f.tar.xz
mmc: host: via-sdmmc: constify pci_device_id.
pci_device_id are not supposed to change at runtime. All functions working with pci_device_id provided by <linux/pci.h> work with const pci_device_id. So mark the non-const structs as const. File size before: text data bss dec hex filename 6952 880 0 7832 1e98 drivers/mmc/host/via-sdmmc.o File size After adding 'const': text data bss dec hex filename 7032 800 0 7832 1e98 drivers/mmc/host/via-sdmmc.o Signed-off-by: Arvind Yadav <arvind.yadav.cs@gmail.com> Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>
Diffstat (limited to 'drivers/mmc/host/Kconfig')
0 files changed, 0 insertions, 0 deletions