commit | 6b45388241fb881bade87e08eccd45a878715ce1 | [log] [tgz] |
---|---|---|
author | Bin Meng <bmeng.cn@gmail.com> | Mon Feb 12 17:54:36 2018 +0800 |
committer | Tom Rini <trini@konsulko.com> | Tue Feb 13 20:34:07 2018 -0500 |
tree | c0759ae174965c91e980d05fca65550cc6b58621 | |
parent | f71dc8e104d530902a3c6254f9a4fe7b55bac46e [diff] |
arm: omap2: Fix compiler warning Fix build warning in arch/arm/mach-omap2/emif-common.c and arch/arm/mach-omap2/omap4/emif.c with gcc 7.3.0: warning: duplicate 'const' declaration specifier [-Wduplicate-decl-specifier] Signed-off-by: Bin Meng <bmeng.cn@gmail.com> Reviewed-by: Tom Rini <trini@konsulko.com>