diff options
author | Axel Lin <axel.lin@ingics.com> | 2014-08-09 02:00:44 -0400 |
---|---|---|
committer | Mauro Carvalho Chehab <m.chehab@samsung.com> | 2014-08-21 16:25:36 -0400 |
commit | 665152a4fb9f60df1c28cee8ab2634a6533edb9c (patch) | |
tree | 31cb14b64f0d32cb86c3c331311f335d97277eab /drivers/media/i2c | |
parent | 37096b476b45e60b2b264d0b517089b47cb9374b (diff) |
[media] soc_camera: mt9t112: 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>
Signed-off-by: Mauro Carvalho Chehab <m.chehab@samsung.com>
Diffstat (limited to 'drivers/media/i2c')
-rw-r--r-- | drivers/media/i2c/soc_camera/mt9t112.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/drivers/media/i2c/soc_camera/mt9t112.c b/drivers/media/i2c/soc_camera/mt9t112.c index 46f431a13782..996d7b4007a5 100644 --- a/drivers/media/i2c/soc_camera/mt9t112.c +++ b/drivers/media/i2c/soc_camera/mt9t112.c | |||
@@ -29,6 +29,7 @@ | |||
29 | #include <media/soc_camera.h> | 29 | #include <media/soc_camera.h> |
30 | #include <media/v4l2-clk.h> | 30 | #include <media/v4l2-clk.h> |
31 | #include <media/v4l2-common.h> | 31 | #include <media/v4l2-common.h> |
32 | #include <media/v4l2-image-sizes.h> | ||
32 | 33 | ||
33 | /* you can check PLL/clock info */ | 34 | /* you can check PLL/clock info */ |
34 | /* #define EXT_CLOCK 24000000 */ | 35 | /* #define EXT_CLOCK 24000000 */ |
@@ -42,9 +43,6 @@ | |||
42 | #define MAX_WIDTH 2048 | 43 | #define MAX_WIDTH 2048 |
43 | #define MAX_HEIGHT 1536 | 44 | #define MAX_HEIGHT 1536 |
44 | 45 | ||
45 | #define VGA_WIDTH 640 | ||
46 | #define VGA_HEIGHT 480 | ||
47 | |||
48 | /* | 46 | /* |
49 | * macro of read/write | 47 | * macro of read/write |
50 | */ | 48 | */ |