From: Kristoffer Ericson Date: Tue, 21 Oct 2008 18:47:22 +0000 (+0100) Subject: [ARM] 5315/1: Fix section mismatch warning (sa1111) X-Git-Tag: v2.6.28-rc1~63^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5d43839ab9988f236cdda1ed073d6916857bc3c5;p=pandora-kernel.git [ARM] 5315/1: Fix section mismatch warning (sa1111) This patch fixes the section mismatch warning from sa1111.o at buildtime. CC arch/arm/common/sa1111.o LD arch/arm/common/built-in.o LD vmlinux.o MODPOST vmlinux.o WARNING: vmlinux.o(.text+0x87f4): Section mismatch in reference from the function sa1111_probe() to the function .devinit.text:sa1110_mb_enable() The function sa1111_probe() references the function __devinit sa1110_mb_enable(). This is often because sa1111_probe lacks a __devinit annotation or the annotation of sa1110_mb_enable is wrong. Signed-off-by: Kristoffer Ericson Signed-off-by: Russell King --- Reading git-diff-tree failed