]> git.proxmox.com Git - mirror_ubuntu-eoan-kernel.git/commitdiff
[media] via-camera: Include media/v4l2-image-sizes.h
authorAxel Lin <axel.lin@ingics.com>
Sat, 9 Aug 2014 06:20:01 +0000 (03:20 -0300)
committerMauro Carvalho Chehab <m.chehab@samsung.com>
Thu, 21 Aug 2014 20:25:37 +0000 (15:25 -0500)
So we can remove the same defines in the driver code.

Signed-off-by: Axel Lin <axel.lin@ingics.com>
Signed-off-by: Mauro Carvalho Chehab <m.chehab@samsung.com>
drivers/media/platform/via-camera.c

index b4f9d03636e3e8067e7adefc50070318915e37d1..2ac870438493b7aada12c098a7b85dc2b8d2988b 100644 (file)
@@ -18,6 +18,7 @@
 #include <media/v4l2-device.h>
 #include <media/v4l2-ioctl.h>
 #include <media/v4l2-ctrls.h>
+#include <media/v4l2-image-sizes.h>
 #include <media/ov7670.h>
 #include <media/videobuf-dma-sg.h>
 #include <linux/delay.h>
@@ -48,14 +49,6 @@ MODULE_PARM_DESC(override_serial,
                "the XO 1.5 serial port is enabled.  Set this option "
                "to force-enable the camera.");
 
-/*
- * Basic window sizes.
- */
-#define VGA_WIDTH      640
-#define VGA_HEIGHT     480
-#define QCIF_WIDTH     176
-#define        QCIF_HEIGHT     144
-
 /*
  * The structure describing our camera.
  */