pxafb: introduce lcd_{read,write}l() to wrap the __raw_{read,write}l()
authorEric Miao <eric.miao@marvell.com>
Wed, 30 Apr 2008 07:52:24 +0000 (00:52 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Wed, 30 Apr 2008 15:29:32 +0000 (08:29 -0700)
commita7535ba730e13db037bd22c79c3805690d0945a2
treee029246541524550ac3b7eba1f88d7af073481c9
parent0454bd09de7380aac464c09018e6a533f7247b0d
pxafb: introduce lcd_{read,write}l() to wrap the __raw_{read,write}l()

using __raw_{read,write}l() everywhere looks messy, introduce
lcd_{read,write}l() to get this cleaned up a bit

Signed-off-by: eric miao <eric.miao@marvell.com>
Cc: "Antonino A. Daplas" <adaplas@pol.net>
Cc: Russell King <rmk@arm.linux.org.uk>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
drivers/video/pxafb.c