From: Tony Lindgren Date: Wed, 12 Mar 2008 11:58:41 +0000 (+0200) Subject: I2C: Fix compile for isp1301 X-Git-Tag: v2.6.25-omap1~141 X-Git-Url: http://pilppa.com/gitweb/?a=commitdiff_plain;h=c71cbb62fde774f96e506a05b82f20750942cc92;p=linux-2.6-omap-h63xx.git 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 --- 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