fb: hitfb: Balance probe/remove section annotations.
commit0f8afa7ca9117276e9519239ed0553be2f04d269
authorPaul Mundt <lethal@linux-sh.org>
Thu, 6 Mar 2008 04:56:33 +0000 (6 13:56 +0900)
committerPaul Mundt <lethal@linux-sh.org>
Thu, 6 Mar 2008 04:56:33 +0000 (6 13:56 +0900)
tree9e958fd6806f4035bd188159fecc5b2af418d16d
parentdd4f99b42dcce8f84ff6b8ec3d375b54a0785c7e
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