From: Tomi V. <tom...@no...> - 2009-08-07 11:52:47
|
Hi, Quadros Roger (EXT-Teleca/Helsinki) wrote: >> diff --git a/drivers/video/omap2/Kconfig b/drivers/video/omap2/Kconfig >> index 244b80d..89bf210 100644 >> --- a/drivers/video/omap2/Kconfig >> +++ b/drivers/video/omap2/Kconfig > > This file does not exist in linus' tree or linux-omap so it fails to apply as it > does not have 'new file node' attribute > >> @@ -1,2 +1,3 @@ >> source "drivers/video/omap2/dss/Kconfig" >> source "drivers/video/omap2/displays/Kconfig" >> +source "drivers/video/omap2/omapfb/Kconfig" >> diff --git a/drivers/video/omap2/Makefile b/drivers/video/omap2/Makefile >> index 2d2c83e..0c0414f 100644 >> --- a/drivers/video/omap2/Makefile >> +++ b/drivers/video/omap2/Makefile > > ditto > >> @@ -1,2 +1,3 @@ >> obj-y += dss/ >> obj-y += displays/ >> +obj-y += omapfb/ > You need to apply the patches in order. Those files, and the files needed by panel drivers patch, are created in [PATCH 06/15] OMAP: DSS2: Display Subsystem Tomi |