]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
i2c-designware: i2c_dw_xfer_msg can be static
authorJean Delvare <khali@linux-fr.org>
Fri, 5 Oct 2012 20:23:53 +0000 (22:23 +0200)
committerJean Delvare <khali@endymion.delvare>
Fri, 5 Oct 2012 20:23:53 +0000 (22:23 +0200)
commitbccd780f867c82571181f6ca03e243beba697607
tree5187606b2d8ba7e37fd6677721b8305eba5ff27d
parent401e72b55d29f1a08d3dfd7a6a6c2087203b6524
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