summaryrefslogtreecommitdiff
path: root/backport
diff options
context:
space:
mode:
authorLuca Coelho <luciano.coelho@intel.com>2018-09-20 14:28:35 +0300
committerJohannes Berg <johannes.berg@intel.com>2018-09-24 09:28:51 +0200
commita3eb7a4492f156776fa6aa639bcbcdc2ce55e9e4 (patch)
treec7a129fe7d76f390247904799b7d81a89e95fa02 /backport
parent0f7e932156299916a59967cd8ab86ea4a80d116c (diff)
backport: remove duplicate leds.h inclusion from backport-4.5.c
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@intel.com> Signed-off-by: Johannes Berg <johannes.berg@intel.com>
Diffstat (limited to 'backport')
-rw-r--r--backport/compat/backport-4.5.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/backport/compat/backport-4.5.c b/backport/compat/backport-4.5.c
index 69751d51..13764dc7 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>