diff options
author | Wolfram Sang <wsa@the-dreams.de> | 2014-07-09 16:25:23 +0200 |
---|---|---|
committer | Wolfram Sang <wsa@the-dreams.de> | 2014-07-16 19:01:03 +0200 |
commit | 8fe8bc7773303e3c49be348c3180bc9785104dfc (patch) | |
tree | 76769e3ec18a225e6c4aaf5c05d6d387a712cc35 /include/linux/i2c | |
parent | 2fd6cf0523fcd42e6971bb4aa418cee6ea1ca943 (diff) |
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>
Diffstat (limited to 'include/linux/i2c')
-rw-r--r-- | include/linux/i2c/s6000.h | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/include/linux/i2c/s6000.h b/include/linux/i2c/s6000.h deleted file mode 100644 index d9b34bfdae76..000000000000 --- a/include/linux/i2c/s6000.h +++ /dev/null @@ -1,10 +0,0 @@ -#ifndef __LINUX_I2C_S6000_H -#define __LINUX_I2C_S6000_H - -struct s6_i2c_platform_data { - const char *clock; /* the clock to use */ - int bus_num; /* the bus number to register */ -}; - -#endif - |