diff options
author | Robert P. J. Day <rpjday@crashcourse.ca> | 2008-07-08 10:38:24 (GMT) |
---|---|---|
committer | Grant Likely <grant.likely@secretlab.ca> | 2008-07-12 18:10:52 (GMT) |
commit | f40987b64d0f4d40b006ce09e37161b57c1e970b (patch) | |
tree | 4f9bf277494e5b083372d9515ab5113338adc770 | |
parent | 0d1cde235874b00905bce23f659690d060ebf475 (diff) | |
download | linux-f40987b64d0f4d40b006ce09e37161b57c1e970b.tar.xz |
OpenFirmware: Include <linux/of_i2c.h> from of_i2c.c.
drivers/of/of_i2c.c should include <linux/of_i2c.h> for the prototype
for of_register_i2c_devices().
Signed-off-by: Robert P. J. Day <rpjday@crashcourse.ca>
Acked-by: Jean Delvare <khali@linux-fr.org>
Acked-by: Jochen Friedrich <jochen@scram.de>
Acked-by: Stephen Rothwell <sfr@canb.auug.org.au>
Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
-rw-r--r-- | drivers/of/of_i2c.c | 1 |
1 files changed, 1 insertions, 0 deletions
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 <linux/i2c.h> #include <linux/of.h> +#include <linux/of_i2c.h> #include <linux/module.h> struct i2c_driver_device { |