diff options
author | Hauke Mehrtens <hauke@hauke-m.de> | 2017-01-06 13:53:27 +0100 |
---|---|---|
committer | Hauke Mehrtens <hauke@hauke-m.de> | 2017-01-06 19:38:55 +0100 |
commit | 88ca6390eab24efda3f6333453cd645b5e20e400 (patch) | |
tree | aca0017be6abf1534934ec15cac1da4fd30c66f7 /target/linux/layerscape/patches-4.4/4234-fsl-ifc-fix-compilation-error-when-COMPAT-not-enable.patch | |
parent | b9857b21c27c3ba98a400cd797c540baa9f40be1 (diff) | |
download | upstream-88ca6390eab24efda3f6333453cd645b5e20e400.tar.gz upstream-88ca6390eab24efda3f6333453cd645b5e20e400.tar.bz2 upstream-88ca6390eab24efda3f6333453cd645b5e20e400.zip |
kernel: bump to 4.4.40
Refresh patches on all 4.4 supported platforms.
Compile & run tested: lantiq/xrx200
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
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 | 5 |
1 files changed, 0 insertions, 5 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 index f3079a51d6..2097be0c7f 100644 --- 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 @@ -17,8 +17,6 @@ Signed-off-by: Stuart Yoder <stuart.yoder@freescale.com> drivers/memory/fsl_ifc.c | 1 + 1 file changed, 1 insertion(+) -diff --git a/drivers/memory/fsl_ifc.c b/drivers/memory/fsl_ifc.c -index 03584dc..32c7752 100644 --- a/drivers/memory/fsl_ifc.c +++ b/drivers/memory/fsl_ifc.c @@ -35,6 +35,7 @@ @@ -29,6 +27,3 @@ index 03584dc..32c7752 100644 struct fsl_ifc_ctrl *fsl_ifc_ctrl_dev; EXPORT_SYMBOL(fsl_ifc_ctrl_dev); --- -1.7.9.5 - |