OMAP: Compile fix: including board-2430osk.h missed
authorFrancisco Alecrim <francisco.alecrim@indt.org.br>
Wed, 30 Jan 2008 15:21:45 +0000 (11:21 -0400)
committerTony Lindgren <tony@atomide.com>
Wed, 30 Jan 2008 21:14:51 +0000 (13:14 -0800)
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 <francisco.alecrim@indt.org.br>
Signed-off-by: Tony Lindgren <tony@atomide.com>

No differences found