diff options
author | Hauke Mehrtens <hauke@openwrt.org> | 2015-11-20 23:38:39 +0000 |
---|---|---|
committer | Hauke Mehrtens <hauke@openwrt.org> | 2015-11-20 23:38:39 +0000 |
commit | 3e06890c31c5f4a026af2dedd73d5d4f3918ac10 (patch) | |
tree | 277ca46945dde3a7d1598b224816b6e00a3c63f2 /package/boot/uboot-omap/patches/002-fix_jffs2.patch | |
parent | afaddd5a51b4c7308c9425824225f207941d251b (diff) | |
download | master-187ad058-3e06890c31c5f4a026af2dedd73d5d4f3918ac10.tar.gz master-187ad058-3e06890c31c5f4a026af2dedd73d5d4f3918ac10.tar.bz2 master-187ad058-3e06890c31c5f4a026af2dedd73d5d4f3918ac10.zip |
uboot-omap: fix build with gcc-5
This fixes some problems with gcc-5.
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@47539 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/boot/uboot-omap/patches/002-fix_jffs2.patch')
-rw-r--r-- | package/boot/uboot-omap/patches/002-fix_jffs2.patch | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/package/boot/uboot-omap/patches/002-fix_jffs2.patch b/package/boot/uboot-omap/patches/002-fix_jffs2.patch index cba0e25aac..849c633221 100644 --- a/package/boot/uboot-omap/patches/002-fix_jffs2.patch +++ b/package/boot/uboot-omap/patches/002-fix_jffs2.patch @@ -17,11 +17,9 @@ Cc: Chris Ruehl <chris.ruehl@gtsys.com.hk> fs/jffs2/jffs2_1pass.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -diff --git a/fs/jffs2/jffs2_1pass.c b/fs/jffs2/jffs2_1pass.c -index c856983..a7dbe79 100644 --- a/fs/jffs2/jffs2_1pass.c +++ b/fs/jffs2/jffs2_1pass.c -@@ -1438,7 +1438,7 @@ jffs2_1pass_build_lists(struct part_info * part) +@@ -1438,7 +1438,7 @@ jffs2_1pass_build_lists(struct part_info { struct b_lists *pL; struct jffs2_unknown_node *node; @@ -30,5 +28,3 @@ index c856983..a7dbe79 100644 u32 i; u32 counter4 = 0; u32 counterF = 0; --- -1.8.3.1 |