drivers/net/wireless/ath/ath10k/htt.h uses "struct idr" since commit 89d6d83. This stricture does not get included on kernel 3.0. This adds the missing include. Signed-off-by: Hauke Mehrtens <hauke@xxxxxxxxxx> --- .../network/0013-fix-makefile-includes/ath10k.patch | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 patches/collateral-evolutions/network/0013-fix-makefile-includes/ath10k.patch diff --git a/patches/collateral-evolutions/network/0013-fix-makefile-includes/ath10k.patch b/patches/collateral-evolutions/network/0013-fix-makefile-includes/ath10k.patch new file mode 100644 index 0000000..5bae024 --- /dev/null +++ b/patches/collateral-evolutions/network/0013-fix-makefile-includes/ath10k.patch @@ -0,0 +1,10 @@ +--- a/drivers/net/wireless/ath/ath10k/htt.h ++++ b/drivers/net/wireless/ath/ath10k/htt.h +@@ -19,6 +19,7 @@ + #define _HTT_H_ + + #include <linux/bug.h> ++#include <linux/idr.h> + #include <linux/interrupt.h> + #include <linux/dmapool.h> + #include <linux/hashtable.h> -- 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