[PATCH] drivers/net/hamradio/dmascc.c: fix section mismatch
authorAdrian Bunk <bunk@stusta.de>
Mon, 26 Jun 2006 10:31:46 +0000 (12:31 +0200)
committerJeff Garzik <jeff@garzik.org>
Tue, 27 Jun 2006 02:03:24 +0000 (22:03 -0400)
commite2fdbc039aeac4ce614ee29f4b14bcef5ba000dd
treee93ede959c7f42d6aa34a00abdc9d378d9ed6832
parent600991b003039bd86d89aed0a88de89987ccbcd1
[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 <bunk@stusta.de>
Signed-off-by: Jeff Garzik <jeff@garzik.org>
drivers/net/hamradio/dmascc.c