]> git.baikalelectronics.ru Git - kernel.git/commit
DRM: Radeon: Fix section mismatch.
authorRalf Baechle <ralf@linux-mips.org>
Mon, 27 Jun 2011 13:40:35 +0000 (13:40 +0000)
committerDave Airlie <airlied@redhat.com>
Mon, 25 Jul 2011 11:01:56 +0000 (12:01 +0100)
commit5ca2adbf4b6b084a17a7cb97d266dbdc6c09543e
treed08b370ef68df26a98500224d83e86ec4a5bcbc3
parent6db8ddf0403e0e01e30a9b1b7920e3f797bd445d
DRM: Radeon: Fix section mismatch.

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: Ralf 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: Dave Airlie <airlied@redhat.com>
drivers/gpu/drm/radeon/radeon_clocks.c