summaryrefslogtreecommitdiffstats
path: root/drivers/media/video/s5p-fimc/fimc-capture.c
diff options
context:
space:
mode:
authorSylwester Nawrocki <s.nawrocki@samsung.com>2012-05-02 06:14:49 -0300
committerMauro Carvalho Chehab <mchehab@redhat.com>2012-05-20 09:19:32 -0300
commitc83a1ff063eb7cd8eb2025c08194f6bcb49334f1 (patch)
tree043924c0ccedb6b0f467d74e6db0cb2a0bd26330 /drivers/media/video/s5p-fimc/fimc-capture.c
parent693f5c40825e91632478624bf0366e6ebf862a25 (diff)
downloadlinux-c83a1ff063eb7cd8eb2025c08194f6bcb49334f1.tar.bz2
[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.c1
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 @@
#include "fimc-mdevice.h"
#include "fimc-core.h"
+#include "fimc-reg.h"
static int fimc_init_capture(struct fimc_dev *fimc)
{