From: Sam Ravnborg Date: Wed, 8 Mar 2006 08:06:33 +0000 (-0800) Subject: [PATCH] de620: fix section mismatch warning X-Git-Tag: v2.6.16-rc6~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b2cba5b5777123c53852639c6a17e87709e055be;p=pandora-kernel.git [PATCH] de620: fix section mismatch warning In latest -mm de620 gave following warning: WARNING: drivers/net/de620.o - Section mismatch: reference to \ .init.text:de620_probe from .text between 'init_module' (at offset \ 0x1682) and 'cleanup_module' init_module() call de620_probe() which is declared __init. Fix is to declare init_module() __init too. Signed-off-by: Sam Ravnborg Signed-off-by: Andrew Morton Signed-off-by: Jeff Garzik --- Reading git-diff-tree failed