Revision | ad233aca21509d337c78d32a50d2116cd6943031 (tree) |
---|---|
Time | 2016-01-30 08:19:42 |
Author | Linus Torvalds <torvalds@linu...> |
Commiter | Linus Torvalds |
Merge branch 'stable/for-linus-4.5' of git://git.kernel.org/pub/scm/linux/kernel/git/konrad/swiotlb
Pull swiotlb patchlet from Konrad Rzeszutek Wilk:
* 'stable/for-linus-4.5' of git://git.kernel.org/pub/scm/linux/kernel/git/konrad/swiotlb:
@@ -1,10 +1,13 @@ | ||
1 | 1 | #ifndef __LINUX_SWIOTLB_H |
2 | 2 | #define __LINUX_SWIOTLB_H |
3 | 3 | |
4 | +#include <linux/dma-direction.h> | |
5 | +#include <linux/init.h> | |
4 | 6 | #include <linux/types.h> |
5 | 7 | |
6 | 8 | struct device; |
7 | 9 | struct dma_attrs; |
10 | +struct page; | |
8 | 11 | struct scatterlist; |
9 | 12 | |
10 | 13 | extern int swiotlb_force; |