diff options
author | Helen Fornazier <helen.koike@collabora.com> | 2017-06-19 20:00:11 +0300 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@s-opensource.com> | 2017-06-23 15:01:57 +0300 |
commit | 5ba0ae43dfdea82bd8f45883e604dcd43454cf24 (patch) | |
tree | bea8da95261820ffa063fb7327f327c3704ae4f2 /drivers/media/platform/vimc/vimc-capture.h | |
parent | 554946c3665793e8fb03fef3401adbd99e271cf6 (diff) | |
download | linux-5ba0ae43dfdea82bd8f45883e604dcd43454cf24.tar.xz |
[media] vimc: Move common code from the core
Remove helper functions from vimc-core and add it in vimc-common to
clean up the core.
Signed-off-by: Helen Koike <helen.koike@collabora.com>
Signed-off-by: Hans Verkuil <hans.verkuil@cisco.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
Diffstat (limited to 'drivers/media/platform/vimc/vimc-capture.h')
-rw-r--r-- | drivers/media/platform/vimc/vimc-capture.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/platform/vimc/vimc-capture.h b/drivers/media/platform/vimc/vimc-capture.h index 581a813abdf1..7e5c7073bcc1 100644 --- a/drivers/media/platform/vimc/vimc-capture.h +++ b/drivers/media/platform/vimc/vimc-capture.h @@ -18,7 +18,7 @@ #ifndef _VIMC_CAPTURE_H_ #define _VIMC_CAPTURE_H_ -#include "vimc-core.h" +#include "vimc-common.h" struct vimc_ent_device *vimc_cap_create(struct v4l2_device *v4l2_dev, const char *const name, |