diff options
author | Sylwester Nawrocki <s.nawrocki@samsung.com> | 2012-05-02 05:14:49 -0400 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2012-05-20 08:19:32 -0400 |
commit | c83a1ff063eb7cd8eb2025c08194f6bcb49334f1 (patch) | |
tree | 043924c0ccedb6b0f467d74e6db0cb2a0bd26330 /drivers/media/video/s5p-fimc/fimc-capture.c | |
parent | 693f5c40825e91632478624bf0366e6ebf862a25 (diff) |
[media] s5p-fimc: Refactor the register interface functions
Simplify the register API and use FIMC_REG_ prefix for all register
definitions for consistency with FIMC-LITE. The unused image effect
defines are removed.
Signed-off-by: Sylwester Nawrocki <s.nawrocki@samsung.com>
Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers/media/video/s5p-fimc/fimc-capture.c')
-rw-r--r-- | drivers/media/video/s5p-fimc/fimc-capture.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/media/video/s5p-fimc/fimc-capture.c b/drivers/media/video/s5p-fimc/fimc-capture.c index b45da2780213..52a5fb469b45 100644 --- a/drivers/media/video/s5p-fimc/fimc-capture.c +++ b/drivers/media/video/s5p-fimc/fimc-capture.c | |||
@@ -29,6 +29,7 @@ | |||
29 | 29 | ||
30 | #include "fimc-mdevice.h" | 30 | #include "fimc-mdevice.h" |
31 | #include "fimc-core.h" | 31 | #include "fimc-core.h" |
32 | #include "fimc-reg.h" | ||
32 | 33 | ||
33 | static int fimc_init_capture(struct fimc_dev *fimc) | 34 | static int fimc_init_capture(struct fimc_dev *fimc) |
34 | { | 35 | { |