summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorStefan Agner <stefan.agner@toradex.com>2017-03-08 11:21:04 -0800
committerMarcel Ziswiler <marcel.ziswiler@toradex.com>2017-04-03 15:36:39 +0200
commit4bac3c908946e8086ea016eb7f54e2ebd9507adf (patch)
treecbcbab5cc6242397bde183b1f95dc0cd496314e2 /include
parenta86db1f7117a62019106e343ff894c6bd4da053d (diff)
mmc: sdio: add forward declaration for struct mmc_host
Add forward declaration for struct mmc_host. This avoid warnings when compiling SDIO WiFi driver other than the bcmdhd driver. Signed-off-by: Stefan Agner <stefan.agner@toradex.com> Acked-by: Marcel Ziswiler <marcel.ziswiler@toradex.com>
Diffstat (limited to 'include')
-rw-r--r--include/linux/mmc/sdio.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/linux/mmc/sdio.h b/include/linux/mmc/sdio.h
index f910eeb8c7d4..3d0ff46dd7fd 100644
--- a/include/linux/mmc/sdio.h
+++ b/include/linux/mmc/sdio.h
@@ -190,6 +190,8 @@
#define SDIO_FBR_BLKSIZE 0x10 /* block size (2 bytes) */
+struct mmc_host;
+
void mmc_sdio_force_remove(struct mmc_host *host);
#endif /* LINUX_MMC_SDIO_H */