aboutsummaryrefslogtreecommitdiffstats
path: root/package/kernel/lantiq/ltq-deu/src/ifxmips_deu_danube.h
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2016-01-17 19:23:14 +0000
committerFelix Fietkau <nbd@openwrt.org>2016-01-17 19:23:14 +0000
commit5d59da0548d89c2c4c32f0cc5cd5657072643f95 (patch)
tree592ed1c5f4f7f925e64baccc9223afc28899929e /package/kernel/lantiq/ltq-deu/src/ifxmips_deu_danube.h
parent0219006854d18cc0ab6146468897e165d500411b (diff)
downloadmaster-187ad058-5d59da0548d89c2c4c32f0cc5cd5657072643f95.tar.gz
master-187ad058-5d59da0548d89c2c4c32f0cc5cd5657072643f95.tar.bz2
master-187ad058-5d59da0548d89c2c4c32f0cc5cd5657072643f95.zip
lantiq: ltq-deu: Make the DEU driver compatible with linux 4.2 and newer
Upstream linux 4.2 commit 84be456f883c4685680fba8e5154b5f72e92957e "remove <asm/scatterlist.h>" requires us to include linux/scatterlist.h instead. This also works with older kernels (at least 4.1, thanks to Hauke Mehrtens for testing). Signed-off-by: Martin Blumenstingl <martin.blumenstingl@googlemail.com> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@48282 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/kernel/lantiq/ltq-deu/src/ifxmips_deu_danube.h')
-rw-r--r--package/kernel/lantiq/ltq-deu/src/ifxmips_deu_danube.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/kernel/lantiq/ltq-deu/src/ifxmips_deu_danube.h b/package/kernel/lantiq/ltq-deu/src/ifxmips_deu_danube.h
index 62ad96d987..25efa04a69 100644
--- a/package/kernel/lantiq/ltq-deu/src/ifxmips_deu_danube.h
+++ b/package/kernel/lantiq/ltq-deu/src/ifxmips_deu_danube.h
@@ -53,7 +53,7 @@
#include <crypto/algapi.h>
#include <linux/module.h>
#include <linux/mm.h>
-#include <asm/scatterlist.h>
+#include <linux/scatterlist.h>
#include <linux/skbuff.h>
#include <linux/netdevice.h>
#include "ifxmips_deu.h"