commit | 5a570cc0a41bd316afc91ba2c7151fed70d10b31 | [log] [tgz] |
---|---|---|
author | David Woodhouse <dwmw2@infradead.org> | Tue Apr 25 14:10:40 2006 +0100 |
committer | David Woodhouse <dwmw2@infradead.org> | Tue Apr 25 14:10:40 2006 +0100 |
tree | 89fa6a2098f772dad535ddba9294e6ed7ed55f89 | |
parent | 34186efc17025520a53a48468338003d238a77d7 [diff] |
Sanitise linux/i2c-algo-ite.h for userspace consumption It doesn't need to include i2c.h, because a forward declaration of struct i2c_adapter is perfectly sufficient. And it can be inside #ifdef __KERNEL__ along with the kernel-internal structure definition. Signed-off-by: David Woodhouse <dwmw2@infradead.org>