diff options
author | Sylwester Nawrocki <s.nawrocki@samsung.com> | 2014-04-15 08:35:25 -0300 |
---|---|---|
committer | Mauro Carvalho Chehab <m.chehab@samsung.com> | 2014-05-23 18:52:54 -0300 |
commit | 49b2f4c56fbf70ca693d6df1c491f0566d516aea (patch) | |
tree | d752c08f6db9dbfb168a4fb4dc6693cc57c73469 /drivers/media/platform/exynos4-is/common.c | |
parent | 4073f942698785397d8e51d3cefeebdc31a26b26 (diff) | |
download | lwn-49b2f4c56fbf70ca693d6df1c491f0566d516aea.tar.gz lwn-49b2f4c56fbf70ca693d6df1c491f0566d516aea.zip |
[media] exynos4-is: Remove support for non-dt platforms
All platforms supported by this driver are going to get device tree
support in this kernel release so remove code that would have been
actually not used any more.
Signed-off-by: Sylwester Nawrocki <s.nawrocki@samsung.com>
Acked-by: Kyungmin Park <kyungmin.park@samsung.com>
Signed-off-by: Mauro Carvalho Chehab <m.chehab@samsung.com>
Diffstat (limited to 'drivers/media/platform/exynos4-is/common.c')
-rw-r--r-- | drivers/media/platform/exynos4-is/common.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/platform/exynos4-is/common.c b/drivers/media/platform/exynos4-is/common.c index 0ec210b4da1d..0eb34ecb8ee4 100644 --- a/drivers/media/platform/exynos4-is/common.c +++ b/drivers/media/platform/exynos4-is/common.c @@ -10,7 +10,7 @@ */ #include <linux/module.h> -#include <media/s5p_fimc.h> +#include <media/exynos-fimc.h> #include "common.h" /* Called with the media graph mutex held or entity->stream_count > 0. */ |