Remove <linux/i2c-id.h> and <linux/i2c-algo-ite.h> from userspace export
authorJean Delvare <khali@linux-fr.org>
Thu, 22 Jun 2006 13:24:31 +0000 (14:24 +0100)
committerDavid Woodhouse <dwmw2@infradead.org>
Thu, 22 Jun 2006 13:24:31 +0000 (14:24 +0100)
commit1bca9f2e5bd7f92fe4b34753e57bf4f47d3a2f01
treeb7ce0292398d4d5a1cfea0ee01034071251351bc
parent4d1a099828fb3ed52ff666fceb6a7d562d9048b8
Remove <linux/i2c-id.h> and <linux/i2c-algo-ite.h> from userspace export

Do not export the following i2c header files to user space:

* i2c-id.h: These IDs are internal to the kernel and user space
  does not need them.
* i2c-algo-ite.h: The driver is broken and planned for removal, so
  let's not export it for now. The extra ioctl defined here can
  be standardized and moved to i2c-core/i2c-dev if really needed.

Signed-off-by: Jean Delvare <khali@linux-fr.org>
Signed-off-by: David Woodhouse <dwmw2@infradead.org>
include/linux/Kbuild