Skip to content
  • Lei Wen's avatar
    mmc: sdhci: fix build warning · 0d2f15f9
    Lei Wen authored
    
    
    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: default avatarLei Wen <leiwen@marvell.com>
    0d2f15f9