commit | e2fdbc039aeac4ce614ee29f4b14bcef5ba000dd | [log] [tgz] |
---|---|---|
author | Adrian Bunk <bunk@stusta.de> | Mon Jun 26 12:31:46 2006 +0200 |
committer | Jeff Garzik <jeff@garzik.org> | Mon Jun 26 22:03:24 2006 -0400 |
tree | e93ede959c7f42d6aa34a00abdc9d378d9ed6832 | |
parent | 600991b003039bd86d89aed0a88de89987ccbcd1 [diff] |
[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>