There are unused function build warnings. Remove the warnings with
__maybe_unused build macro.
Change-Id: If78df13c03a42a0c5f3e32956c39662aa4bac214
Signed-off-by: Seung-Woo Kim <sw0312.kim@samsung.com>
}
#endif
-static void nexell_platform_resume(struct device *dev)
+static void __maybe_unused nexell_platform_resume(struct device *dev)
{
clk_prepare_enable(clk_mali);
reset_control_reset(rst_mali);
#endif
}
-static void nexell_platform_suspend(struct device *dev)
+static void __maybe_unused nexell_platform_suspend(struct device *dev)
{
if (rst_mali) {
#ifdef CONFIG_MALI_PLATFORM_S5P6818