diff options
-rw-r--r-- | drivers/video/Kconfig | 2 | ||||
-rw-r--r-- | drivers/video/pxafb.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/drivers/video/Kconfig b/drivers/video/Kconfig index 20a2bbd14ed7..bb1dadaa4a23 100644 --- a/drivers/video/Kconfig +++ b/drivers/video/Kconfig | |||
@@ -1776,7 +1776,7 @@ config FB_PXA | |||
1776 | 1776 | ||
1777 | config FB_PXA_SMARTPANEL | 1777 | config FB_PXA_SMARTPANEL |
1778 | bool "PXA Smartpanel LCD support" | 1778 | bool "PXA Smartpanel LCD support" |
1779 | default y | 1779 | default n |
1780 | depends on FB_PXA | 1780 | depends on FB_PXA |
1781 | 1781 | ||
1782 | config FB_PXA_PARAMETERS | 1782 | config FB_PXA_PARAMETERS |
diff --git a/drivers/video/pxafb.c b/drivers/video/pxafb.c index a4d656497e9d..3ab6e3d973a1 100644 --- a/drivers/video/pxafb.c +++ b/drivers/video/pxafb.c | |||
@@ -720,7 +720,7 @@ static void setup_smart_timing(struct pxafb_info *fbi, | |||
720 | 720 | ||
721 | static int pxafb_smart_thread(void *arg) | 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 | struct pxafb_mach_info *inf = fbi->dev->platform_data; | 724 | struct pxafb_mach_info *inf = fbi->dev->platform_data; |
725 | 725 | ||
726 | if (!fbi || !inf->smart_update) { | 726 | if (!fbi || !inf->smart_update) { |