1. 03 11月, 2011 1 次提交
    • L
      mmc: sdhci: fix build warning · 0d2f15f9
      Lei Wen 提交于
      If CONFIG_MMC_SDHCI_IO_ACCESSORS is defined, the following warning would
      shows up:
      
      include/sdhci.h:224: warning: 'struct sdhci_host' declared inside
      parameter list
      include/sdhci.h:224: warning: its scope is only this definition or
      declaration, which is probably not what you want
      include/sdhci.h:225: warning: 'struct sdhci_host' declared inside
      parameter list
      include/sdhci.h:226: warning: 'struct sdhci_host' declared inside
      parameter list
      include/sdhci.h:227: warning: 'struct sdhci_host' declared inside
      parameter list
      include/sdhci.h:228: warning: 'struct sdhci_host' declared inside
      parameter list
      include/sdhci.h:229: warning: 'struct sdhci_host' declared inside
      parameter list
      Signed-off-by: NLei Wen <leiwen@marvell.com>
      0d2f15f9
  2. 16 7月, 2011 1 次提交