From: Robert P. J. Day Date: Tue, 8 Jul 2008 10:38:24 +0000 (-0400) Subject: OpenFirmware: Include from of_i2c.c. X-Git-Tag: v2.6.27-rc1~1058^2~13^2~11 X-Git-Url: http://pilppa.com/gitweb/?a=commitdiff_plain;h=f40987b64d0f4d40b006ce09e37161b57c1e970b;p=linux-2.6-omap-h63xx.git OpenFirmware: Include from of_i2c.c. drivers/of/of_i2c.c should include for the prototype for of_register_i2c_devices(). Signed-off-by: Robert P. J. Day Acked-by: Jean Delvare Acked-by: Jochen Friedrich Acked-by: Stephen Rothwell Signed-off-by: Grant Likely --- diff --git a/drivers/of/of_i2c.c b/drivers/of/of_i2c.c index b2ccdcbeb89..5c015d310d4 100644 --- a/drivers/of/of_i2c.c +++ b/drivers/of/of_i2c.c @@ -13,6 +13,7 @@ #include #include +#include #include struct i2c_driver_device {