[ARM] pxafb: small cleanup of the smart panel code
authorEric Miao <eric.miao@marvell.com>
Thu, 4 Dec 2008 03:14:11 +0000 (11:14 +0800)
committerEric Miao <eric.miao@marvell.com>
Wed, 17 Dec 2008 14:50:30 +0000 (22:50 +0800)
Group smart panel related code in a more compact fasion, avoid abused
usage of #ifdef .. #endif.

Also fix the incorrect condition in pxafb_smart_init() to decide if it
is a smart panel or not. (should be '&' instead of '|')

Signed-off-by: Eric Miao <eric.miao@marvell.com>

No differences found