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>
This commit is contained in:
parent
659c9bc114
commit
f0cbd7806d
|
@ -60,7 +60,7 @@ static void o2_pci_led_enable(struct sdhci_pci_chip *chip)
|
|||
|
||||
}
|
||||
|
||||
void sdhci_pci_o2_fujin2_pci_init(struct sdhci_pci_chip *chip)
|
||||
static void sdhci_pci_o2_fujin2_pci_init(struct sdhci_pci_chip *chip)
|
||||
{
|
||||
u32 scratch_32;
|
||||
int ret;
|
||||
|
|
|
@ -64,8 +64,6 @@
|
|||
#define O2_SD_VENDOR_SETTING 0x110
|
||||
#define O2_SD_VENDOR_SETTING2 0x1C8
|
||||
|
||||
extern void sdhci_pci_o2_fujin2_pci_init(struct sdhci_pci_chip *chip);
|
||||
|
||||
extern int sdhci_pci_o2_probe_slot(struct sdhci_pci_slot *slot);
|
||||
|
||||
extern int sdhci_pci_o2_probe(struct sdhci_pci_chip *chip);
|
||||
|
|
Loading…
Reference in New Issue