when we do not include the original version of dma-buf.h, some other header files should be included because some media drivers are expecting this now. Signed-off-by: Hauke Mehrtens <hauke@xxxxxxxxxx> --- backport/backport-include/linux/dma-buf.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/backport/backport-include/linux/dma-buf.h b/backport/backport-include/linux/dma-buf.h index 13a225e..48c2ebf 100644 --- a/backport/backport-include/linux/dma-buf.h +++ b/backport/backport-include/linux/dma-buf.h @@ -4,6 +4,9 @@ #if LINUX_VERSION_CODE >= KERNEL_VERSION(3,3,0) #include_next <linux/dma-buf.h> #endif /* LINUX_VERSION_CODE >= KERNEL_VERSION(3,3,0) */ +#include <linux/dma-direction.h> +#include <linux/dma-attrs.h> +#include <linux/dma-mapping.h> #if LINUX_VERSION_CODE < KERNEL_VERSION(3,10,0) #define dma_buf_export(priv, ops, size, flags, resv) \ -- 1.9.1 -- To unsubscribe from this list: send the line "unsubscribe backports" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html