Commit 7afa44e0 authored by Laurent Pinchart's avatar Laurent Pinchart Committed by 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: default avatarLaurent Pinchart <laurent.pinchart@ideasonboard.com>
Signed-off-by: default avatarTony Lindgren <tony@atomide.com>
parent 8635cb2c
......@@ -317,7 +317,7 @@ static const char * const omapdss_compat_names[] __initconst = {
"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;
int i;
......
......@@ -31,6 +31,4 @@ int omap_init_vrfb(void);
int omap_init_fb(void);
int omap_init_vout(void);
struct device_node * __init omapdss_find_dss_of_node(void);
#endif
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment