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: Laurent Pinchart <laurent.pinchart@ideasonboard.com> Signed-off-by: Tony Lindgren <tony@atomide.com>
This commit is contained in:
parent
8635cb2c2b
commit
7afa44e0e8
|
@ -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);
|
||||||
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
|
||||||
|
|
Loading…
Reference in New Issue