diff options
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 - |