diff options
author | Jean Delvare <khali@linux-fr.org> | 2007-05-01 23:26:29 +0200 |
---|---|---|
committer | Jean Delvare <khali@hyperion.delvare> | 2007-05-01 23:26:29 +0200 |
commit | 7c59b6615fed9d3006b1e7b865fb07e483129611 (patch) | |
tree | 7e9ae8f345c0bb329147f1eeabba1d166085aaea /include/media/ovcamchip.h | |
parent | f75803de6ae9aaebaf096d4590b40503c896eca7 (diff) | |
download | linux-7c59b6615fed9d3006b1e7b865fb07e483129611.tar.bz2 |
i2c: Cleanup the includes of <linux/i2c.h>
Clean up the includes of <linux/i2c.h>. Only include this header file
when we actually need it.
Signed-off-by: Jean Delvare <khali@linux-fr.org>
Diffstat (limited to 'include/media/ovcamchip.h')
-rw-r--r-- | include/media/ovcamchip.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/media/ovcamchip.h b/include/media/ovcamchip.h index 0f43451f8bb3..05b9569ef1c8 100644 --- a/include/media/ovcamchip.h +++ b/include/media/ovcamchip.h @@ -16,7 +16,6 @@ #include <linux/videodev.h> #include <media/v4l2-common.h> -#include <linux/i2c.h> /* --------------------------------- */ /* ENUMERATIONS */ |