]> git.baikalelectronics.ru Git - kernel.git/commit
fb: hitfb: Balance probe/remove section annotations.
authorPaul Mundt <lethal@linux-sh.org>
Thu, 6 Mar 2008 04:56:33 +0000 (13:56 +0900)
committerPaul Mundt <lethal@linux-sh.org>
Thu, 6 Mar 2008 04:56:33 +0000 (13:56 +0900)
commitb1628fa025876e76b0309e8704b73d31dbb4d3d9
tree9e958fd6806f4035bd188159fecc5b2af418d16d
parent3d83b33c909cac37e5178e1ab16947ca5f6d1719
fb: hitfb: Balance probe/remove section annotations.

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>
drivers/video/hitfb.c