diff options
author | Yangbo Lu <yangbo.lu@nxp.com> | 2017-09-22 15:57:12 +0800 |
---|---|---|
committer | John Crispin <john@phrozen.org> | 2017-10-07 23:13:22 +0200 |
commit | 19951bbf57da87093f7bde25bad41571fbdaf4d9 (patch) | |
tree | 459e3c2b49cfa9bf34e124b2e45e14849a29fc21 /target/linux/layerscape/patches-4.4/4234-fsl-ifc-fix-compilation-error-when-COMPAT-not-enable.patch | |
parent | e3f47958dd16137ea903ca3733435862d9f602ae (diff) | |
download | upstream-19951bbf57da87093f7bde25bad41571fbdaf4d9.tar.gz upstream-19951bbf57da87093f7bde25bad41571fbdaf4d9.tar.bz2 upstream-19951bbf57da87093f7bde25bad41571fbdaf4d9.zip |
layerscape: drop linux 4.4 support
This patch is to drop linux 4.4 for layerscape.
Signed-off-by: Yangbo Lu <yangbo.lu@nxp.com>
Diffstat (limited to 'target/linux/layerscape/patches-4.4/4234-fsl-ifc-fix-compilation-error-when-COMPAT-not-enable.patch')
-rw-r--r-- | target/linux/layerscape/patches-4.4/4234-fsl-ifc-fix-compilation-error-when-COMPAT-not-enable.patch | 29 |
1 files changed, 0 insertions, 29 deletions
diff --git a/target/linux/layerscape/patches-4.4/4234-fsl-ifc-fix-compilation-error-when-COMPAT-not-enable.patch b/target/linux/layerscape/patches-4.4/4234-fsl-ifc-fix-compilation-error-when-COMPAT-not-enable.patch deleted file mode 100644 index 2097be0c7f..0000000000 --- a/target/linux/layerscape/patches-4.4/4234-fsl-ifc-fix-compilation-error-when-COMPAT-not-enable.patch +++ /dev/null @@ -1,29 +0,0 @@ -From 6183d512e7539033ccfd177d5f5819302d1fda99 Mon Sep 17 00:00:00 2001 -From: Lijun Pan <Lijun.Pan@freescale.com> -Date: Wed, 23 Sep 2015 17:06:01 -0500 -Subject: [PATCH 234/238] fsl-ifc: fix compilation error when COMPAT not - enabled - -When CONFIG_COMPAT is not enabled for cases when 64K pages -are enabled, there are a series of include dependencies that -result in some definitions in sched.h that get missed (e.g. - TASK_NORMAL). Explictly include sched.h to resolve this. -(This seems to be what other drivers do as well) - -Signed-off-by: Lijun Pan <Lijun.Pan@freescale.com> -[Stuart: updated subject and commit message] -Signed-off-by: Stuart Yoder <stuart.yoder@freescale.com> ---- - drivers/memory/fsl_ifc.c | 1 + - 1 file changed, 1 insertion(+) - ---- a/drivers/memory/fsl_ifc.c -+++ b/drivers/memory/fsl_ifc.c -@@ -35,6 +35,7 @@ - #include <linux/irqdomain.h> - #include <linux/of_address.h> - #include <linux/of_irq.h> -+#include <linux/sched.h> - - struct fsl_ifc_ctrl *fsl_ifc_ctrl_dev; - EXPORT_SYMBOL(fsl_ifc_ctrl_dev); |