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:
5bac287
)
section errors in smc911x/smc91x
author
Al Viro
<viro@ftp.linux.org.uk>
Sat, 22 Nov 2008 17:36:14 +0000
(17:36 +0000)
committer
Linus Torvalds
<torvalds@linux-foundation.org>
Sun, 30 Nov 2008 18:03:37 +0000
(10:03 -0800)
a) ->probe() can be __devinit; no need to put it into .text
b) calling __init stuff from it, OTOH, is wrong
c) ->remove() is __devexit fodder
Acked-by: rmk+kernel@arm.linux.org.uk
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
No differences found