Skip to content

Commit

Permalink
Merge tag 'bcm-for-3.12-late-soc' of git://github.com/broadcom/bcm113…
Browse files Browse the repository at this point in the history
…51 into next/boards

From Christian Daudt, late changes for 3.12 broadcom mmc driver. Small
trivial changes so I'll take them through arm-soc.

* tag 'bcm-for-3.12-late-soc' of git://github.com/broadcom/bcm11351:
  mmc: sdhci-bcm-kona: Staticize sdhci_bcm_kona_card_event
  mmc: sdhci-bcm-kona: Remove unneeded version.h inclusion
  • Loading branch information
Olof Johansson committed Aug 29, 2013
2 parents 293d0e3 + ceb2ea1 commit 4e5f67f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions drivers/mmc/host/sdhci-bcm-kona.c
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@
#include <linux/of.h>
#include <linux/of_device.h>
#include <linux/of_gpio.h>
#include <linux/version.h>
#include <linux/mmc/slot-gpio.h>

#include "sdhci-pltfm.h"
Expand Down Expand Up @@ -162,7 +161,7 @@ static int sdhci_bcm_kona_sd_card_emulate(struct sdhci_host *host, int insert)
/*
* SD card interrupt event callback
*/
void sdhci_bcm_kona_card_event(struct sdhci_host *host)
static void sdhci_bcm_kona_card_event(struct sdhci_host *host)
{
if (mmc_gpio_get_cd(host->mmc) > 0) {
dev_dbg(mmc_dev(host->mmc),
Expand Down

0 comments on commit 4e5f67f

Please sign in to comment.