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/
-- To unsubscribe from this list: send the line "unsubscribe linux-omap" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html