From: Heiko Carstens Date: Fri, 27 Apr 2007 14:01:45 +0000 (+0200) Subject: [S390] Get rid of console setup functions. X-Git-Tag: v2.6.22-rc1~1130^2~16 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=60691d3c2c0fe9ecc264741ff41f283fef579b8a;p=pandora-kernel.git [S390] Get rid of console setup functions. We get this: Section mismatch: reference to .init.text:con3270_consetup from .data between 'con3270' (at offset 0x45c8) and 'con3270_fn' Section mismatch: reference to .init.text:con3215_consetup from .data between 'con3215' (at offset 0x4678) and 'raw3215_ccw_driver' Since there is no difference between a non present console setup function and one that returns only 0 remove them. Signed-off-by: Martin Schwidefsky Signed-off-by: Heiko Carstens --- Reading git-diff-tree failed