missing include in mmc
AFAICS, fallout from repacing include of blkdev.h with include of bio.h. Signed-off-by: Al Viro <viro@zeniv.linux.org.uk> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
This commit is contained in:
parent
68f3e6622b
commit
e5712a6a98
|
@ -30,6 +30,7 @@
|
|||
#include <linux/dma-mapping.h>
|
||||
#include <linux/crc7.h>
|
||||
#include <linux/crc-itu-t.h>
|
||||
#include <linux/scatterlist.h>
|
||||
|
||||
#include <linux/mmc/host.h>
|
||||
#include <linux/mmc/mmc.h> /* for R1_SPI_* bit values */
|
||||
|
|
Loading…
Reference in New Issue