mmc: mmci: Drop qcom specific header file
It seems a bit silly to have a header file to share only the qcom_variant_init() function. So, let's just drop it and move the declaration of the function into the common mmci.h instead. Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org> Acked-by: Linus Walleij <linus.walleij@linaro.org>
This commit is contained in:
@@ -441,3 +441,9 @@ int mmci_dmae_start(struct mmci_host *host, unsigned int *datactrl);
|
||||
void mmci_dmae_finalize(struct mmci_host *host, struct mmc_data *data);
|
||||
void mmci_dmae_error(struct mmci_host *host);
|
||||
#endif
|
||||
|
||||
#ifdef CONFIG_MMC_QCOM_DML
|
||||
void qcom_variant_init(struct mmci_host *host);
|
||||
#else
|
||||
static inline void qcom_variant_init(struct mmci_host *host) {}
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user