• Michal Simek's avatar
    arm64: Rename temp variable in read*_relaxed() · e985ad17
    Michal Simek authored
    This resolves the following sparse warning from readl() and other
    macros, which ends up embedding readl_relaxed() using the same
    variable.
    
    Warning log:
    include/asm-generic/io.h:364:16: warning: symbol '__v' shadows an
    earlier one
    include/asm-generic/io.h:364:16: originally declared here
    include/asm-generic/io.h:372:16: warning: symbol '__v' shadows an
    earlier one
    include/asm-generic/io.h:372:16: originally declared here
    include/asm-generic/io.h:380:16: warning: symbol '__v' shadows an
    earlier one
    include/asm-generic/io.h:380:16: originally declared here
    include/asm-generic/io.h:568:16: warning: symbol '__v' shadows an
    earlier one
    include/asm-generic/io.h:568:16: originally declared here
    include/asm-generic/io.h:576:16: warning: symbol '__v' shadows an
    earlier one
    include/asm-generic/io.h:576:16: originally declared here
    include/asm-generic/io.h:584:16: warning: symbol '__v' shadows an
    earlier one
    include/asm-generic/io.h:584:16: originally declared here
    
    The same patch was already applied to arm32 as
    "ARM: 7118/1: rename temp variable in read*_relaxed()"
    (sha1: b0c1264f)
    Acked-by: default avatarLiviu Dudau <Liviu.Dudau@arm.com>
    Signed-off-by: default avatarMichal Simek <michal.simek@xilinx.com>
    Signed-off-by: default avatarCatalin Marinas <catalin.marinas@arm.com>
    e985ad17
io.h 6.8 KB