]> git.karo-electronics.de Git - karo-tx-linux.git/commit
i2c-designware: i2c_dw_xfer_msg can be static
authorJean Delvare <khali@linux-fr.org>
Sun, 7 Oct 2012 22:26:14 +0000 (09:26 +1100)
committerStephen Rothwell <sfr@canb.auug.org.au>
Sun, 7 Oct 2012 22:26:14 +0000 (09:26 +1100)
commit4d4534c852e8ba2ddeb46ed1f35e8024dbc1c50f
tree5187606b2d8ba7e37fd6677721b8305eba5ff27d
parent826600af8211828802439a58beaaaa7faa52175d
i2c-designware: i2c_dw_xfer_msg can be static

i2c_dw_xfer_msg is only called internally so it can be static. It
original was, before the driver split. No idea why it was changed at
that time.

Signed-off-by: Jean Delvare <khali@linux-fr.org>
Acked-by: Dirk Brandewie <dirk.brandewie@gmail.com>
drivers/i2c/busses/i2c-designware-core.c