fimc-is: Remove unused function declarations from fimc-is-hw.h
authorSylwester Nawrocki <s.nawrocki@samsung.com>
Fri, 17 Jul 2015 05:15:33 +0000 (14:15 +0900)
committerMarek Szyprowski <m.szyprowski@samsung.com>
Fri, 27 Apr 2018 08:25:07 +0000 (10:25 +0200)
Change-Id: If173cd69b6e4ac3431740fa1b787b8894a09e5d0
Signed-off-by: Sylwester Nawrocki <s.nawrocki@samsung.com>
drivers/media/platform/exynos/fimc-is/fimc-is-hw.h

index 9d57727572965c2c03547d5b4c984a2649adfbf6..708431d0e2db4174034ab4b5223d278ef66c378e 100644 (file)
@@ -48,15 +48,6 @@ struct fimc_is_vci {
        u32                     vc_map[CSI_VIRTUAL_CH_MAX];
 };
 
-int csi_hw_reset(unsigned long __iomem *base_reg);
-int csi_hw_s_settle(unsigned long __iomem *base_reg, u32 settle);
-int csi_hw_s_control(unsigned long __iomem *base_reg, u32 pixelformat, u32 mode, u32 lanes);
-int csi_hw_s_config(unsigned long __iomem *base_reg, u32 vc_src, u32 vc_dst, u32 pixelformat, u32 width, u32 height);
-int csi_hw_s_interrupt(unsigned long __iomem *base_reg, bool on);
-int csi_hw_g_interrupt(unsigned long __iomem *base_reg);
-int csi_hw_enable(unsigned long __iomem *base_reg);
-int csi_hw_disable(unsigned long __iomem *base_reg);
-
 int fimc_is_runtime_suspend_post(struct device *dev);
 int fimc_is_runtime_suspend(struct device *dev);
 int fimc_is_runtime_resume(struct device *dev);