git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7cd30b2
)
[PATCH] I2C: Drop unneeded i2c-dev.h includes
author
Jean Delvare
<khali@linux-fr.org>
Mon, 27 Feb 2006 22:13:53 +0000
(23:13 +0100)
committer
Greg Kroah-Hartman
<gregkh@suse.de>
Thu, 23 Mar 2006 22:21:55 +0000
(14:21 -0800)
Several media/video and sound drivers include i2c-dev.h while they
don't need it at all. Clean it up.
This header file is really only needed by i2c-dev.c and
compat_ioctl.c, other drivers should never need it.
Signed-off-by: Jean Delvare <khali@linux-fr.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
No differences found