]> git.karo-electronics.de Git - linux-beck.git/commitdiff
i2c: octeon: Rename driver to prepare for split
authorJan Glauber <jglauber@cavium.com>
Wed, 24 Aug 2016 21:25:42 +0000 (23:25 +0200)
committerWolfram Sang <wsa@the-dreams.de>
Thu, 25 Aug 2016 22:41:52 +0000 (00:41 +0200)
This is an intermediate commit in preparation of the driver split.
The module rename in this commit will be reverted in the next patch,
this is just done to make the series bisectible.

Signed-off-by: Jan Glauber <jglauber@cavium.com>
Signed-off-by: Wolfram Sang <wsa@the-dreams.de>
drivers/i2c/busses/Makefile
drivers/i2c/busses/i2c-octeon-platdrv.c [moved from drivers/i2c/busses/i2c-octeon.c with 100% similarity]

index 37f2819b4560b0e0947b74c214f5c5a0952bc0ae..f2c9c6f9b89dde708c06c69ee935ca3bcfed31d2 100644 (file)
@@ -91,7 +91,7 @@ obj-$(CONFIG_I2C_UNIPHIER)    += i2c-uniphier.o
 obj-$(CONFIG_I2C_UNIPHIER_F)   += i2c-uniphier-f.o
 obj-$(CONFIG_I2C_VERSATILE)    += i2c-versatile.o
 obj-$(CONFIG_I2C_WMT)          += i2c-wmt.o
-obj-$(CONFIG_I2C_OCTEON)       += i2c-octeon.o
+obj-$(CONFIG_I2C_OCTEON)       += i2c-octeon-platdrv.o
 obj-$(CONFIG_I2C_XILINX)       += i2c-xiic.o
 obj-$(CONFIG_I2C_XLR)          += i2c-xlr.o
 obj-$(CONFIG_I2C_XLP9XX)       += i2c-xlp9xx.o