|
@@ -145,7 +145,6 @@ void sdhci_pci_o2_fujin2_pci_init(struct sdhci_pci_chip *chip)
|
|
|
scratch_32 |= 0x00080000;
|
|
|
pci_write_config_dword(chip->pdev, O2_SD_MISC_CTRL4, scratch_32);
|
|
|
}
|
|
|
-EXPORT_SYMBOL_GPL(sdhci_pci_o2_fujin2_pci_init);
|
|
|
|
|
|
int sdhci_pci_o2_probe_slot(struct sdhci_pci_slot *slot)
|
|
|
{
|
|
@@ -179,7 +178,6 @@ int sdhci_pci_o2_probe_slot(struct sdhci_pci_slot *slot)
|
|
|
|
|
|
return 0;
|
|
|
}
|
|
|
-EXPORT_SYMBOL_GPL(sdhci_pci_o2_probe_slot);
|
|
|
|
|
|
int sdhci_pci_o2_probe(struct sdhci_pci_chip *chip)
|
|
|
{
|
|
@@ -385,11 +383,9 @@ int sdhci_pci_o2_probe(struct sdhci_pci_chip *chip)
|
|
|
|
|
|
return 0;
|
|
|
}
|
|
|
-EXPORT_SYMBOL_GPL(sdhci_pci_o2_probe);
|
|
|
|
|
|
int sdhci_pci_o2_resume(struct sdhci_pci_chip *chip)
|
|
|
{
|
|
|
sdhci_pci_o2_probe(chip);
|
|
|
return 0;
|
|
|
}
|
|
|
-EXPORT_SYMBOL_GPL(sdhci_pci_o2_resume);
|