summaryrefslogtreecommitdiff
path: root/virt
diff options
context:
space:
mode:
authorArvind Yadav <arvind.yadav.cs@gmail.com>2017-07-17 22:01:33 +0530
committerUlf Hansson <ulf.hansson@linaro.org>2017-08-30 14:01:35 +0200
commitadb7434aa6b5f2fea22b541f6eb36cf08ae54e5f (patch)
treeeff90646e6d15292caccc02d8fd9f6243418e1ac /virt
parent06ebc6010cf588423aa17c883c005c0ed2ddf46e (diff)
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 'virt')
0 files changed, 0 insertions, 0 deletions