Re: [PATCH 11/15] OMAP: DSS2: omapfb driver
From: Tomi Valkeinen <hidden>
Date: 2009-08-07 11:52:23
Also in:
linux-omap
From: Tomi Valkeinen <hidden>
Date: 2009-08-07 11:52:23
Also in:
linux-omap
Hi, Quadros Roger (EXT-Teleca/Helsinki) wrote:
quoted
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/KconfigThis file does not exist in linus' tree or linux-omap so it fails to apply as it does not have 'new file node' attributequoted
@@ -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/Makefiledittoquoted
@@ -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