From c71cbb62fde774f96e506a05b82f20750942cc92 Mon Sep 17 00:00:00 2001 From: Tony Lindgren Date: Wed, 12 Mar 2008 13:58:41 +0200 Subject: [PATCH] I2C: Fix compile for isp1301 As noted by David Brownell. The real fix is to pass info in platform_data and not have machine_is stuff in the driver. Signed-off-by: Tony Lindgren --- drivers/i2c/chips/isp1301_omap.c | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/i2c/chips/isp1301_omap.c b/drivers/i2c/chips/isp1301_omap.c index a128c97e89c..6ebff9cc337 100644 --- a/drivers/i2c/chips/isp1301_omap.c +++ b/drivers/i2c/chips/isp1301_omap.c @@ -35,6 +35,7 @@ #include #include +#include /* FIXME: Move machine_is_* to board-*.c files */ #ifndef DEBUG #undef VERBOSE -- 2.41.1