| commit | f57628d76bd201a444ca822f3622522a44acbf60 | [log] [tgz] |
|---|---|---|
| author | Al Viro <viro@ftp.linux.org.uk> | Sat Nov 22 17:36:14 2008 +0000 |
| committer | Linus Torvalds <torvalds@linux-foundation.org> | Sun Nov 30 10:03:37 2008 -0800 |
| tree | 188e3450ed89f197bfb73da036122fdec0848243 | |
| parent | 5bac287ea51bb8678c3875d87a536071ef0fd590 [diff] |
section errors in smc911x/smc91x 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>