提交 7afa44e0 编写于 作者: L Laurent Pinchart 提交者: Tony Lindgren

ARM: OMAP2+: Make the omapdss_find_dss_of_node() function static

The omapdss_find_dss_of_node() function isn't used outside of its
compilation unit, make it static.
Signed-off-by: NLaurent Pinchart <laurent.pinchart@ideasonboard.com>
Signed-off-by: NTony Lindgren <tony@atomide.com>
上级 8635cb2c
...@@ -317,7 +317,7 @@ static const char * const omapdss_compat_names[] __initconst = { ...@@ -317,7 +317,7 @@ static const char * const omapdss_compat_names[] __initconst = {
"ti,dra7-dss", "ti,dra7-dss",
}; };
struct device_node * __init omapdss_find_dss_of_node(void) static struct device_node * __init omapdss_find_dss_of_node(void)
{ {
struct device_node *node; struct device_node *node;
int i; int i;
......
...@@ -31,6 +31,4 @@ int omap_init_vrfb(void); ...@@ -31,6 +31,4 @@ int omap_init_vrfb(void);
int omap_init_fb(void); int omap_init_fb(void);
int omap_init_vout(void); int omap_init_vout(void);
struct device_node * __init omapdss_find_dss_of_node(void);
#endif #endif
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册