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: upstream/snapshot3+hdmi~24341^2~13^2~11 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=f40987b64d0f4d40b006ce09e37161b57c1e970b;p=platform%2Fadaptation%2Frenesas_rcar%2Frenesas_kernel.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 b2ccdcb..5c015d3 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 {