[PATCH] s3c2410fb: cleanup and fix
authorArnaud Patard <arnaud.patard@rtp-net.org>
Tue, 10 Jan 2006 04:53:41 +0000 (20:53 -0800)
committerLinus Torvalds <torvalds@g5.osdl.org>
Tue, 10 Jan 2006 16:01:51 +0000 (08:01 -0800)
commit740f14ba5335d1e25b9f3e80643be801f653cd32
treee75417acfc017ac1a0dc1e73b6209758bb98c2e3
parent918799ab6f278805d4811770e9b18ae36408c17f
[PATCH] s3c2410fb: cleanup and fix

Here are some cleanups for the s3c2410fb drivers. It :
* Removes a buggy call to s3c2410fb_init_registers. There was two calls
  to this function but the first was done without all initialisations
  done. No oops but it may confuse some LCDs.
* Makes two functions static.

Signed-Off-By: Arnaud Patard <arnaud.patard@rtp-net.org>
Signed-Off-By: Antonino Daplas <adaplas@pol.net>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
drivers/video/s3c2410fb.c