From 0ce52a744879282968943ecb59e383e0042515d2 Mon Sep 17 00:00:00 2001 From: Francisco Alecrim Date: Wed, 30 Jan 2008 11:21:45 -0400 Subject: [PATCH] OMAP: Compile fix: including board-2430osk.h missed Including board file board-2430osk.h missed. drivers/i2c/chips/twl4030_core.c:480: error: `IH_TWL4030_BASE' undeclared (first use in this function) drivers/i2c/chips/twl4030_core.c:853: error: `IH_TWL4030_END' undeclared (first use in this function) drivers/i2c/chips/twl4030_core.c:860: error: `TWL4030_IRQNUM' undeclared (first use in this function) drivers/i2c/chips/twl4030_gpio.c:249: error: `IH_TWL4030_GPIO_BASE' undeclared (first use in this function) drivers/i2c/chips/twl4030_gpio.c:787: error: `IH_TWL4030_BASE' undeclared (first use in this function) ... Signed-off-by: Francisco Alecrim Signed-off-by: Tony Lindgren --- Reading git-format-patch failed