projects
/
platform
/
kernel
/
linux-exynos.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
37096b4
)
[media] soc_camera: mt9t112: Include media/v4l2-image-sizes.h
author
Axel Lin
<axel.lin@ingics.com>
Sat, 9 Aug 2014 06:00:44 +0000
(
03:00
-0300)
committer
Mauro Carvalho Chehab
<m.chehab@samsung.com>
Thu, 21 Aug 2014 20:25:36 +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/i2c/soc_camera/mt9t112.c
patch
|
blob
|
history
diff --git
a/drivers/media/i2c/soc_camera/mt9t112.c
b/drivers/media/i2c/soc_camera/mt9t112.c
index
46f431a
..
996d7b4
100644
(file)
--- a/
drivers/media/i2c/soc_camera/mt9t112.c
+++ b/
drivers/media/i2c/soc_camera/mt9t112.c
@@
-29,6
+29,7
@@
#include <media/soc_camera.h>
#include <media/v4l2-clk.h>
#include <media/v4l2-common.h>
+#include <media/v4l2-image-sizes.h>
/* you can check PLL/clock info */
/* #define EXT_CLOCK 24000000 */
@@
-42,9
+43,6
@@
#define MAX_WIDTH 2048
#define MAX_HEIGHT 1536
-#define VGA_WIDTH 640
-#define VGA_HEIGHT 480
-
/*
* macro of read/write
*/