From: Henne Date: Thu, 25 Mar 2010 12:05:31 +0000 (+0000) Subject: isdn: Cleanup Sections in PCMCIA driver avma1 X-Git-Tag: v2.6.34-rc3~33^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a465870a808bccba63bf6da30a0b56a2a7abfa5c;p=pandora-kernel.git isdn: Cleanup Sections in PCMCIA driver avma1 Compiling this driver gave a section mismatch, so I reviewed the init/exit paths of the driver and made the correct changes. WARNING: drivers/isdn/hisax/built-in.o(.text+0x56512): Section mismatch in reference from the function avma1cs_config() to the function .devinit.text:hisax_init_pcmcia() The function avma1cs_config() references the function __devinit hisax_init_pcmcia(). This is often because avma1cs_config lacks a __devinit annotation or the annotation of hisax_init_pcmcia is wrong. Signed-off-by: Henrik Kretzschmar Acked-by: Karsten Keil Signed-off-by: David S. Miller --- Reading git-diff-tree failed