Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

mmc: sdhci-pci: Make sdhci_pci_o2_fujin2_pci_init() static

It has no external callers.

Signed-off-by: Ben Hutchings <ben@decadent.org.uk>
Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>

authored by

Ben Hutchings and committed by
Ulf Hansson
f0cbd780 659c9bc1

+1 -3
+1 -1
drivers/mmc/host/sdhci-pci-o2micro.c
··· 60 60 61 61 } 62 62 63 - void sdhci_pci_o2_fujin2_pci_init(struct sdhci_pci_chip *chip) 63 + static void sdhci_pci_o2_fujin2_pci_init(struct sdhci_pci_chip *chip) 64 64 { 65 65 u32 scratch_32; 66 66 int ret;
-2
drivers/mmc/host/sdhci-pci-o2micro.h
··· 64 64 #define O2_SD_VENDOR_SETTING 0x110 65 65 #define O2_SD_VENDOR_SETTING2 0x1C8 66 66 67 - extern void sdhci_pci_o2_fujin2_pci_init(struct sdhci_pci_chip *chip); 68 - 69 67 extern int sdhci_pci_o2_probe_slot(struct sdhci_pci_slot *slot); 70 68 71 69 extern int sdhci_pci_o2_probe(struct sdhci_pci_chip *chip);