i2c: s6000: remove duplicate driver
authorWolfram Sang <wsa@the-dreams.de>
Wed, 9 Jul 2014 14:25:23 +0000 (16:25 +0200)
committerWolfram Sang <wsa@the-dreams.de>
Wed, 16 Jul 2014 17:01:03 +0000 (19:01 +0200)
commit8fe8bc7773303e3c49be348c3180bc9785104dfc
tree76769e3ec18a225e6c4aaf5c05d6d387a712cc35
parent2fd6cf0523fcd42e6971bb4aa418cee6ea1ca943
i2c: s6000: remove duplicate driver

It turned out that the s6000 simply has a designware IP core and should
use the designated driver for it which is way more maintained and
feature complete. There are currently no users in tree, and not even a
toolchain for s6000 seems to be available. So, simply remove this
duplicate. If someone needs assistance in converting to the designware
driver, the i2c list will be there to help.

Signed-off-by: Wolfram Sang <wsa@the-dreams.de>
drivers/i2c/busses/Kconfig
drivers/i2c/busses/Makefile
drivers/i2c/busses/i2c-s6000.c [deleted file]
drivers/i2c/busses/i2c-s6000.h [deleted file]
include/linux/i2c/s6000.h [deleted file]