From: Randy Dunlap Date: Sat, 10 Jun 2006 20:32:12 +0000 (-0700) Subject: [PATCH] hp ethernet: fix section mismatches X-Git-Tag: v2.6.18-rc1~1115^2~5 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=29f9f6d234753da97b74402f746981c63ec0b2f0;p=pandora-kernel.git [PATCH] hp ethernet: fix section mismatches Priority: not critical; makes init code discardable. Fix section mismatch warnings: WARNING: drivers/net/hp-plus.o - Section mismatch: reference to .init.text: from .text between 'init_module' (at offset 0x387) and 'cleanup_card' WARNING: drivers/net/hp.o - Section mismatch: reference to .init.data: from .text between 'hp_init_card' (at offset 0x310) and 'init_module' WARNING: drivers/net/hp.o - Section mismatch: reference to .init.text: from .text between 'init_module' (at offset 0x367) and 'cleanup_card' Signed-off-by: Randy Dunlap Signed-off-by: Jeff Garzik --- Reading git-diff-tree failed