]> git.baikalelectronics.ru Git - kernel.git/commit
lcd: add lcd_device to check_fb() entry in lcd_ops
authorBen Dooks <ben-linux@fluff.org>
Thu, 24 Jul 2008 04:31:38 +0000 (21:31 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Thu, 24 Jul 2008 17:47:40 +0000 (10:47 -0700)
commitd251914178d6371de29780f30d79eff4a2b7a87b
tree9062cea313b833c57f3284653608d39df580a323
parent63db65108dfbad35511a265ede997d55b878fb05
lcd: add lcd_device to check_fb() entry in lcd_ops

Add the lcd_device being checked to the check_fb entry of lcd_ops.  This
ensures that any driver using this to check against it's own state can do
so, and also makes all the calls in lcd_ops more orthogonal in their
arguments.

Signed-off-by: Ben Dooks <ben-linux@fluff.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
drivers/video/backlight/lcd.c
drivers/video/bf54x-lq043fb.c
drivers/video/bfin-t350mcqb-fb.c
include/linux/lcd.h