media-device.h needs the size of the "struct ida" now, but the include is missing when compile against older kernel versions. Signed-off-by: Hauke Mehrtens <hauke@xxxxxxxxxx> --- .../media/0004-missing-include/media-device.patch | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 patches/collateral-evolutions/media/0004-missing-include/media-device.patch diff --git a/patches/collateral-evolutions/media/0004-missing-include/media-device.patch b/patches/collateral-evolutions/media/0004-missing-include/media-device.patch new file mode 100644 index 0000000..9e0128a --- /dev/null +++ b/patches/collateral-evolutions/media/0004-missing-include/media-device.patch @@ -0,0 +1,12 @@ +diff --git a/include/media/media-device.h b/include/media/media-device.h +index d385589..6d9a84d 100644 +--- a/include/media/media-device.h ++++ b/include/media/media-device.h +@@ -23,6 +23,7 @@ + #ifndef _MEDIA_DEVICE_H + #define _MEDIA_DEVICE_H + ++#include <linux/idr.h> + #include <linux/list.h> + #include <linux/mutex.h> + #include <linux/spinlock.h> -- 2.7.0 -- To unsubscribe from this list: send the line "unsubscribe backports" in