|
@@ -24,6 +24,8 @@
|
|
#include <linux/mempool.h>
|
|
#include <linux/mempool.h>
|
|
#include <linux/ioprio.h>
|
|
#include <linux/ioprio.h>
|
|
|
|
|
|
|
|
+#ifdef CONFIG_BLOCK
|
|
|
|
+
|
|
/* Platforms may set this to teach the BIO layer about IOMMU hardware. */
|
|
/* Platforms may set this to teach the BIO layer about IOMMU hardware. */
|
|
#include <asm/io.h>
|
|
#include <asm/io.h>
|
|
|
|
|
|
@@ -361,4 +363,5 @@ static inline char *__bio_kmap_irq(struct bio *bio, unsigned short idx,
|
|
__bio_kmap_irq((bio), (bio)->bi_idx, (flags))
|
|
__bio_kmap_irq((bio), (bio)->bi_idx, (flags))
|
|
#define bio_kunmap_irq(buf,flags) __bio_kunmap_irq(buf, flags)
|
|
#define bio_kunmap_irq(buf,flags) __bio_kunmap_irq(buf, flags)
|
|
|
|
|
|
|
|
+#endif /* CONFIG_BLOCK */
|
|
#endif /* __LINUX_BIO_H */
|
|
#endif /* __LINUX_BIO_H */
|