From: Luca Coelho <luciano.coelho@xxxxxxxxx> We were including leds.h twice in backport-4.5.c and one of them was very early, which caused inclusion conflicts at least with < 3.16 kernels. Signed-off-by: Luca Coelho <luciano.coelho@xxxxxxxxx> --- backport/compat/backport-4.5.c | 1 - 1 file changed, 1 deletion(-) diff --git a/backport/compat/backport-4.5.c b/backport/compat/backport-4.5.c index 69751d515234..13764dc76cd4 100644 --- a/backport/compat/backport-4.5.c +++ b/backport/compat/backport-4.5.c @@ -8,7 +8,6 @@ * published by the Free Software Foundation. */ -#include <linux/leds.h> #include <linux/device.h> #include <linux/export.h> #include <linux/errno.h> -- 2.18.0 -- To unsubscribe from this list: send the line "unsubscribe backports" in