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:
dd4f99b
)
fb: hitfb: Balance probe/remove section annotations.
author
Paul Mundt
<lethal@linux-sh.org>
Thu, 6 Mar 2008 04:56:33 +0000
(13:56 +0900)
committer
Paul Mundt
<lethal@linux-sh.org>
Thu, 6 Mar 2008 04:56:33 +0000
(13:56 +0900)
hitfb presently has probe using __init whilst remove uses __devexit.
As this device can't possibly be hotplugged, switch to __exit and
__exit_p() instead.
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
No differences found