commit | b11a9d8392a698f01337232aa8c5d5603519943f | [log] [tgz] |
---|---|---|
author | Maciej W. Rozycki <macro@linux-mips.org> | Sun May 11 20:37:05 2008 +0200 |
committer | Jean Delvare <khali@hyperion.delvare> | Sun May 11 20:37:05 2008 +0200 |
tree | 6ebf8d91434021089aa35b5b38c9d8557dcadbf4 | |
parent | b3eb5a0bc3c359dbb5ccb0708df18525ab6a1430 [diff] |
i2c-sibyte: Mark i2c_sibyte_add_bus() as static The i2c_sibyte_add_bus() function is not called, nor meant to, from outside, so mark it as static; fixing a sparse warning too. Signed-off-by: Maciej W. Rozycki <macro@linux-mips.org> Signed-off-by: Jean Delvare <khali@linux-fr.org>