[ARM] 5117/1: pxafb: fix __devinit/exit annotations
authorJaya Kumar <jayakumar.arm@gmail.com>
Sun, 22 Jun 2008 03:27:27 +0000 (04:27 +0100)
committerRussell King <rmk+kernel@arm.linux.org.uk>
Wed, 25 Jun 2008 17:50:14 +0000 (18:50 +0100)
commit9e6c29768fc05d32ba1342b9348957b24bc476c2
tree7681a1b043f8b1c465b009f9f9579e55c3c44edc
parentfc6e14f4fb50bc734d08e65eb8a5798d54a2ad77
[ARM] 5117/1: pxafb: fix __devinit/exit annotations

This patch fixes pxafb's init/exit annotations. It uses __devinit/exit for
probe functions and __init for init functions. g_options is left as
__devinitdata since it is used by both.

Signed-off-by: Jaya Kumar <jayakumar.lkml@gmail.com>
Acked-by: Krzysztof Helt <krzysztof.h1@wp.pl>
Acked-by: Eric Miao <eric.miao@marvell.com>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
drivers/video/pxafb.c