i2c: remove dead PMC MSP TWI/SMBus/I2C driver
authorLukas Bulwahn <lukas.bulwahn@gmail.com>
Tue, 17 Aug 2021 07:11:26 +0000 (09:11 +0200)
committerWolfram Sang <wsa@kernel.org>
Tue, 17 Aug 2021 19:17:46 +0000 (21:17 +0200)
commite517992bbce06228f07b9bbea3233cc0fb04e802
tree3849566bbafa85a0477d0d5da81628b61d5e0792
parentb18f32d9874ec23f12416c08764d65a318aeb9f6
i2c: remove dead PMC MSP TWI/SMBus/I2C driver

Commit 1b00767fd8e1 ("MIPS: Remove PMC MSP71xx platform") removes the
config PMC_MSP in ./arch/mips/Kconfig.

Hence, since then, the corresponding PMC MSP TWI/SMBus/I2C driver is
dead code. Remove this dead driver.

Signed-off-by: Lukas Bulwahn <lukas.bulwahn@gmail.com>
Signed-off-by: Wolfram Sang <wsa@kernel.org>
drivers/i2c/busses/Kconfig
drivers/i2c/busses/Makefile
drivers/i2c/busses/i2c-pmcmsp.c [deleted file]