Commit 1d0bd717 authored by Al Viro's avatar Al Viro

[PATCH] bogus extern in low_i2c.c

extern in function definition is an odd thing..
Signed-off-by: default avatarAl Viro <viro@zeniv.linux.org.uk>
parent d04e4e11
......@@ -1052,8 +1052,7 @@ struct pmac_i2c_bus *pmac_i2c_adapter_to_bus(struct i2c_adapter *adapter)
}
EXPORT_SYMBOL_GPL(pmac_i2c_adapter_to_bus);
extern int pmac_i2c_match_adapter(struct device_node *dev,
struct i2c_adapter *adapter)
int pmac_i2c_match_adapter(struct device_node *dev, struct i2c_adapter *adapter)
{
struct pmac_i2c_bus *bus = pmac_i2c_find_bus(dev);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment