linux/drivers/mmc
Baoyou Xie 48ab086d26 mmc: block: add missing header dependencies
We get 1 warning when building kernel with W=1:
drivers/mmc/card/block.c:2147:5: warning: no previous prototype for
'mmc_blk_issue_rq' [-Wmissing-prototypes]

In fact, this function is declared in drivers/mmc/card/block.h, so this
patch adds missing header dependencies.

Signed-off-by: Baoyou Xie <baoyou.xie@linaro.org>
Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>
2016-10-10 13:35:15 +02:00
..
card mmc: block: add missing header dependencies 2016-10-10 13:35:15 +02:00
core mmc: core: don't try to switch block size for dual rate mode 2016-09-26 21:31:34 +02:00
host mmc: sdhci-of-arasan: Fix non static symbol warning 2016-10-10 13:26:53 +02:00
Kconfig
Makefile mmc: sdhci-pci: add platform data 2012-01-11 23:58:47 -05:00