Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit a8321393 authored by Sachin Kamat's avatar Sachin Kamat Committed by Kukjin Kim
Browse files

ARM: SAMSUNG: Fix HDMI related warnings



Silences the following warnings:
arch/arm/plat-samsung/devs.c:765:31: warning:
symbol 's5p_hdmi_def_platdata' was not declared. Should it be static?
arch/arm/plat-samsung/devs.c:767:13: warning:
symbol 's5p_hdmi_set_platdata' was not declared. Should it be static?

Signed-off-by: default avatarSachin Kamat <sachin.kamat@linaro.org>
Signed-off-by: default avatarKukjin Kim <kgene.kim@samsung.com>
parent 98a7069b
Loading
Loading
Loading
Loading
+2 −1
Original line number Original line Diff line number Diff line
@@ -52,6 +52,7 @@
#include <plat/ehci.h>
#include <plat/ehci.h>
#include <plat/fb.h>
#include <plat/fb.h>
#include <plat/fb-s3c2410.h>
#include <plat/fb-s3c2410.h>
#include <plat/hdmi.h>
#include <plat/hwmon.h>
#include <plat/hwmon.h>
#include <plat/iic.h>
#include <plat/iic.h>
#include <plat/keypad.h>
#include <plat/keypad.h>
@@ -763,7 +764,7 @@ void __init s5p_i2c_hdmiphy_set_platdata(struct s3c2410_platform_i2c *pd)
			       &s5p_device_i2c_hdmiphy);
			       &s5p_device_i2c_hdmiphy);
}
}


struct s5p_hdmi_platform_data s5p_hdmi_def_platdata;
static struct s5p_hdmi_platform_data s5p_hdmi_def_platdata;


void __init s5p_hdmi_set_platdata(struct i2c_board_info *hdmiphy_info,
void __init s5p_hdmi_set_platdata(struct i2c_board_info *hdmiphy_info,
				  struct i2c_board_info *mhl_info, int mhl_bus)
				  struct i2c_board_info *mhl_info, int mhl_bus)