From: Paul Mundt Date: Thu, 6 Mar 2008 04:56:33 +0000 (+0900) Subject: fb: hitfb: Balance probe/remove section annotations. X-Git-Tag: v2.6.25-rc5~16^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0f8afa7ca9117276e9519239ed0553be2f04d269;p=pandora-kernel.git 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 --- Reading git-diff-tree failed