Skip to content

Commit

Permalink
mmc: sdhci-pci: Make sdhci_pci_o2_fujin2_pci_init() static
Browse files Browse the repository at this point in the history
It has no external callers.

Signed-off-by: Ben Hutchings <[email protected]>
Signed-off-by: Ulf Hansson <[email protected]>
  • Loading branch information
bwhacks authored and storulf committed Oct 26, 2015
1 parent 659c9bc commit f0cbd78
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion drivers/mmc/host/sdhci-pci-o2micro.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down
2 changes: 0 additions & 2 deletions drivers/mmc/host/sdhci-pci-o2micro.h
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit f0cbd78

Please sign in to comment.