lkml.org 
[lkml]   [2017]   [May]   [11]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    /
    Date
    From
    SubjectRe: [PATCH] ARM: remove duplicate 'const' annotations'
    * Alexandre Belloni <alexandre.belloni@free-electrons.com> [170511 05:02]:
    > On 11/05/2017 at 13:50:16 +0200, Arnd Bergmann wrote:
    > > gcc-7 warns about some declarations that are more 'const' than necessary:
    > >
    > > arch/arm/mach-at91/pm.c:338:34: error: duplicate 'const' declaration specifier [-Werror=duplicate-decl-specifier]
    > > static const struct of_device_id const ramc_ids[] __initconst = {
    > > arch/arm/mach-bcm/bcm_kona_smc.c:36:34: error: duplicate 'const' declaration specifier [-Werror=duplicate-decl-specifier]
    > > static const struct of_device_id const bcm_kona_smc_ids[] __initconst = {
    > > arch/arm/mach-spear/time.c:207:34: error: duplicate 'const' declaration specifier [-Werror=duplicate-decl-specifier]
    > > static const struct of_device_id const timer_of_match[] __initconst = {
    > > arch/arm/mach-omap2/prm_common.c:714:34: error: duplicate 'const' declaration specifier [-Werror=duplicate-decl-specifier]
    > > static const struct of_device_id const omap_prcm_dt_match_table[] __initconst = {
    > > arch/arm/mach-omap2/vc.c:562:35: error: duplicate 'const' declaration specifier [-Werror=duplicate-decl-specifier]
    > > static const struct i2c_init_data const omap4_i2c_timing_data[] __initconst = {
    > >
    > > The ones in arch/arm were apparently all introduced accidentally by one
    > > commit that correctly marked a lot of variables as __initconst.
    > >
    > > Cc: Nicolas Pitre <nico@linaro.org>
    > > Fixes: 19c233b79d1a ("ARM: appropriate __init annotation for const data")
    > > Signed-off-by: Arnd Bergmann <arnd@arndb.de>
    > Acked-by: Alexandre Belloni <alexandre.belloni@free-electrons.com>

    Acked-by: Tony Lindgren <tony@atomide.com>

    \
     
     \ /
      Last update: 2017-05-11 16:45    [W:2.934 / U:0.232 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site