diff --git a/drivers/video/fbdev/Kconfig b/drivers/video/fbdev/Kconfig index d43f27682d028b9a64563159e68b5d8135edc7d3..8ea45a5cd806eefdc783a5f02570183c6bae4f6e 100644 --- a/drivers/video/fbdev/Kconfig +++ b/drivers/video/fbdev/Kconfig @@ -1885,6 +1885,8 @@ config FB_PXA select FB_CFB_FILLRECT select FB_CFB_COPYAREA select FB_CFB_IMAGEBLIT + select VIDEOMODE_HELPERS if OF + select FB_MODE_HELPERS if OF ---help--- Frame buffer driver for the built-in LCD controller in the Intel PXA2x0 processor. diff --git a/drivers/video/fbdev/pxafb.c b/drivers/video/fbdev/pxafb.c index ed4b1a5dc3061f97ab11b6d1984bdf5d410fb749..987eb8c4f92628c7c9d9245bc95319b637b691f4 100644 --- a/drivers/video/fbdev/pxafb.c +++ b/drivers/video/fbdev/pxafb.c @@ -55,6 +55,9 @@ #include #include #include +#include +#include