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:
9b5587c
)
rrunner.c:rr_init() must be __devinit
author
Adrian Bunk
<bunk@stusta.de>
Tue, 10 Jul 2007 12:44:47 +0000
(14:44 +0200)
committer
Jeff Garzik
<jeff@garzik.org>
Tue, 10 Jul 2007 16:24:42 +0000
(12:24 -0400)
This patch fixes the following section mismatch:
<-- snip -->
...
MODPOST vmlinux
WARNING: drivers/built-in.o(.text+0x26e3f2): Section mismatch: reference to .init.text:rr_init (between 'rr_init_one' and 'rr_remove_one')
...
<-- snip -->
Signed-off-by: Adrian Bunk <bunk@stusta.de>
Signed-off-by: Jeff Garzik <jeff@garzik.org>
No differences found