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)
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