Recent patches from Jonas Bonn seemed to need this addition to compile, it can be because it was rebased earlier today.
Signed-off-by: Andy Green <[EMAIL PROTECTED]> --- arch/arm/mach-s3c2440/mach-gta02.c | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/arch/arm/mach-s3c2440/mach-gta02.c b/arch/arm/mach-s3c2440/mach-gta02.c index a085c90..49d40cf 100644 --- a/arch/arm/mach-s3c2440/mach-gta02.c +++ b/arch/arm/mach-s3c2440/mach-gta02.c @@ -88,6 +88,8 @@ #include <linux/gta02_hdq.h> #include <linux/bq27000_battery.h> +#include <linux/i2c.h> + #include "../plat-s3c24xx/neo1973_pm_gps.h" /* arbitrates which sensor IRQ owns the shared SPI bus */
