From: David Woodhouse Date: Tue, 25 Apr 2006 13:10:40 +0000 (+0100) Subject: Sanitise linux/i2c-algo-ite.h for userspace consumption X-Git-Tag: v2.6.18-rc1~1103^2~61 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5a570cc0a41bd316afc91ba2c7151fed70d10b31;p=pandora-kernel.git 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 --- Reading git-diff-tree failed