• Ralf Baechle's avatar
    DRM: Radeon: Fix section mismatch. · ee276291
    Ralf Baechle authored
    WARNING: drivers/gpu/drm/radeon/radeon.o(.text+0x5d1fc): Section mismatch in reference from the function radeon_get_clock_info() to the function .devinit.text:radeon_read_clocks_OF()
    The function radeon_get_clock_info() references
    the function __devinit radeon_read_clocks_OF().
    This is often because radeon_get_clock_info lacks a __devinit
    annotation or the annotation of radeon_read_clocks_OF is wrong.
    Signed-off-by: default avatarRalf Baechle <ralf@linux-mips.org>
    Cc: dri-devel@lists.freedesktop.org
    Cc: linux-kernel@vger.kernel.org
    Cc: linux-mips@linux-mips.org
    Signed-off-by: default avatarDave Airlie <airlied@redhat.com>
    ee276291
radeon_clocks.c 26.2 KB