From: Adrian Bunk Date: Mon, 26 Jun 2006 10:31:46 +0000 (+0200) Subject: [PATCH] drivers/net/hamradio/dmascc.c: fix section mismatch X-Git-Tag: v2.6.18-rc1~457^2~4 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e2fdbc039aeac4ce614ee29f4b14bcef5ba000dd;p=pandora-kernel.git [PATCH] drivers/net/hamradio/dmascc.c: fix section mismatch dev_setup() is using the __initdata variables ax25_broadcast and ax25_test. Since the only caller of dev_setup() (setup_adapter()) is already __init, the solution is to make dev_setup() __init, too. Signed-off-by: Adrian Bunk Signed-off-by: Jeff Garzik --- Reading git-diff-tree failed