Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

pxafb: preliminary smart panel interface support (update)

FB_PXA_SMARTPANEL defaults to "n" and removed the cast to void *.

Signed-off-by: Daniel Mack <daniel@caiaq.de>
Acked-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>

authored by

Eric Miao and committed by
Linus Torvalds
7f1133cb 3c42a449

+2 -2
+1 -1
drivers/video/Kconfig
··· 1776 1776 1777 1777 config FB_PXA_SMARTPANEL 1778 1778 bool "PXA Smartpanel LCD support" 1779 - default y 1779 + default n 1780 1780 depends on FB_PXA 1781 1781 1782 1782 config FB_PXA_PARAMETERS
+1 -1
drivers/video/pxafb.c
··· 720 720 721 721 static int pxafb_smart_thread(void *arg) 722 722 { 723 - struct pxafb_info *fbi = (struct pxafb_info *) arg; 723 + struct pxafb_info *fbi = arg; 724 724 struct pxafb_mach_info *inf = fbi->dev->platform_data; 725 725 726 726 if (!fbi || !inf->smart_update) {