From 3e7a728117e4611b5e91fc567166f6e3606d996e Mon Sep 17 00:00:00 2001 From: Hartley Sweeten Date: Wed, 10 Dec 2008 23:39:54 +0100 Subject: [ARM] 5343/1: ep93xx: include linux/i2c.h Include in all ep93xx platforms. Patch "5311/1: add core support for built in i2c bus" will cause build errors due to the following in arch/arm/mach-ep93xx/include/mach/platform.h: +void ep93xx_register_i2c(struct i2c_board_info *devices, int num); The i2c.h header needs to be included in order to define struct i2c_board_info. Signed-off-by: H Hartley Sweeten Signed-off-by: Russell King --- arch/arm/mach-ep93xx/ts72xx.c | 1 + 1 file changed, 1 insertion(+) (limited to 'arch/arm/mach-ep93xx/ts72xx.c') diff --git a/arch/arm/mach-ep93xx/ts72xx.c b/arch/arm/mach-ep93xx/ts72xx.c index 9de48dfb52a0..7ee024d34829 100644 --- a/arch/arm/mach-ep93xx/ts72xx.c +++ b/arch/arm/mach-ep93xx/ts72xx.c @@ -20,6 +20,7 @@ #include #include #include +#include #include #include #include -- cgit v1.2.3-59-g8ed1b