diff options
author | Mauro Carvalho Chehab <m.chehab@samsung.com> | 2014-08-26 17:50:23 +0400 |
---|---|---|
committer | Mauro Carvalho Chehab <m.chehab@samsung.com> | 2014-08-27 01:52:10 +0400 |
commit | af425be8b51b02c9bb7bc2fdeb7b4c9ccb25fc5a (patch) | |
tree | 4336666253fb4d03ab41e56d3e9121b6e729a8fe /drivers/media/platform/s5p-jpeg/Makefile | |
parent | 52334bb3df155e764dd1a9b084115a5a0fa485b6 (diff) | |
download | linux-af425be8b51b02c9bb7bc2fdeb7b4c9ccb25fc5a.tar.xz |
[media] s5p-jpeg: get rid of some warnings
Declare this as static:
drivers/media/platform/s5p-jpeg/jpeg-core.c:732:6: warning: no previous prototype for 'exynos4_jpeg_set_huff_tbl' [-Wmissing-prototypes]
void exynos4_jpeg_set_huff_tbl(void __iomem *base)
^
And don't compile this dead code, while not needed:
drivers/media/platform/s5p-jpeg/jpeg-hw-exynos3250.c:236:14: warning: no previous prototype for 'exynos3250_jpeg_get_y' [-Wmissing-prototypes]
unsigned int exynos3250_jpeg_get_y(void __iomem *regs)
^
drivers/media/platform/s5p-jpeg/jpeg-hw-exynos3250.c:241:14: warning: no previous prototype for 'exynos3250_jpeg_get_x' [-Wmissing-prototypes]
unsigned int exynos3250_jpeg_get_x(void __iomem *regs)
^
Signed-off-by: Mauro Carvalho Chehab <m.chehab@samsung.com>
Diffstat (limited to 'drivers/media/platform/s5p-jpeg/Makefile')
0 files changed, 0 insertions, 0 deletions