git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
600991b
)
[PATCH] drivers/net/hamradio/dmascc.c: fix section mismatch
author
Adrian Bunk
<bunk@stusta.de>
Mon, 26 Jun 2006 10:31:46 +0000
(12:31 +0200)
committer
Jeff Garzik
<jeff@garzik.org>
Tue, 27 Jun 2006 02:03:24 +0000
(22:03 -0400)
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>
No differences found