]> 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>
Tue, 2 Oct 2012 00:00:57 +0000 (10:00 +1000)
committerStephen Rothwell <sfr@canb.auug.org.au>
Tue, 2 Oct 2012 00:00:57 +0000 (10:00 +1000)
commit0ea4460ff7369ac72266bee2783e5484b95a540e
treefe79a2f56ffda4c21faada9f74f362c7492720e6
parente806064b8adc7683ae6d8da443c0d5129bc5fb1b
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