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: v4.13~28776^2~13^2~11 X-Git-Url: https://git.proxmox.com/?a=commitdiff_plain;h=f40987b64d0f4d40b006ce09e37161b57c1e970b;p=mirror_ubuntu-bionic-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 b2ccdcbeb896..5c015d310d4a 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 {