summaryrefslogtreecommitdiffstats
path: root/drivers/media/i2c/ov7670.c
diff options
context:
space:
mode:
authorAxel Lin2014-08-09 07:58:40 +0200
committerMauro Carvalho Chehab2014-08-21 22:25:35 +0200
commit4721b3eb662ca5ea60a636f0f190f2fd2ac5df14 (patch)
tree75f770432cf6e7f3508af28e1469a40f29d88da8 /drivers/media/i2c/ov7670.c
parent[media] v4l: Event documentation fixes (diff)
downloadkernel-qcow2-linux-4721b3eb662ca5ea60a636f0f190f2fd2ac5df14.tar.gz
kernel-qcow2-linux-4721b3eb662ca5ea60a636f0f190f2fd2ac5df14.tar.xz
kernel-qcow2-linux-4721b3eb662ca5ea60a636f0f190f2fd2ac5df14.zip
[media] ov7670: Include media/v4l2-image-sizes.h
So we can remove the same defines in the driver code. Signed-off-by: Axel Lin <axel.lin@ingics.com> Acked-by: Jonathan Corbet <corbet@lwn.net> Signed-off-by: Mauro Carvalho Chehab <m.chehab@samsung.com>
Diffstat (limited to 'drivers/media/i2c/ov7670.c')
-rw-r--r--drivers/media/i2c/ov7670.c14
1 files changed, 1 insertions, 13 deletions
diff --git a/drivers/media/i2c/ov7670.c b/drivers/media/i2c/ov7670.c
index cdd7c1b7259b..dd3db2458a4f 100644
--- a/drivers/media/i2c/ov7670.c
+++ b/drivers/media/i2c/ov7670.c
@@ -19,6 +19,7 @@
#include <media/v4l2-device.h>
#include <media/v4l2-ctrls.h>
#include <media/v4l2-mediabus.h>
+#include <media/v4l2-image-sizes.h>
#include <media/ov7670.h>
MODULE_AUTHOR("Jonathan Corbet <corbet@lwn.net>");
@@ -30,19 +31,6 @@ module_param(debug, bool, 0644);
MODULE_PARM_DESC(debug, "Debug level (0-1)");
/*
- * Basic window sizes. These probably belong somewhere more globally
- * useful.
- */
-#define VGA_WIDTH 640
-#define VGA_HEIGHT 480
-#define QVGA_WIDTH 320
-#define QVGA_HEIGHT 240
-#define CIF_WIDTH 352
-#define CIF_HEIGHT 288
-#define QCIF_WIDTH 176
-#define QCIF_HEIGHT 144
-
-/*
* The 7670 sits on i2c with ID 0x42
*/
#define OV7670_I2C_ADDR 0x42