All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] Fix include problem. Signed-off-by: Marek Belisko <marek.belisko@gmail.com>
@ 2009-12-03 13:28 Belisko Marek
  2009-12-03 15:29 ` Cory Maccarrone
  2009-12-04 22:57 ` [APPLIED] [PATCH] Fix include problem. Signed-off-by: Marek Belisko Tony Lindgren
  0 siblings, 2 replies; 5+ messages in thread
From: Belisko Marek @ 2009-12-03 13:28 UTC (permalink / raw)
  To: linux-omap

Hi,

when make htcherald_defconfig on current linux-omap tree
(82f1d8f22f2c65e70206e40a6f17688bf64a892c) compilation fails
in drivers/video/omap/lcd_htcherald.c.

Following patch fixed this problem.

---
 drivers/video/omap/lcd_htcherald.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/drivers/video/omap/lcd_htcherald.c
b/drivers/video/omap/lcd_htcherald.c
index 2e0c81e..a9007c5 100644
--- a/drivers/video/omap/lcd_htcherald.c
+++ b/drivers/video/omap/lcd_htcherald.c
@@ -29,7 +29,7 @@
 #include <linux/module.h>
 #include <linux/platform_device.h>

-#include <plat/omapfb.h>
+#include "omapfb.h"

 static int htcherald_panel_init(struct lcd_panel *panel,
 					struct omapfb_device *fbdev)
-- 
1.6.4.2

^ permalink raw reply related	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2009-12-07  9:11 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-12-03 13:28 [PATCH] Fix include problem. Signed-off-by: Marek Belisko <marek.belisko@gmail.com> Belisko Marek
2009-12-03 15:29 ` Cory Maccarrone
2009-12-04 23:00   ` Tony Lindgren
2009-12-07  9:11     ` Tomi Valkeinen
2009-12-04 22:57 ` [APPLIED] [PATCH] Fix include problem. Signed-off-by: Marek Belisko Tony Lindgren

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.