mirror of
https://github.com/raspberrypi/linux.git
synced 2025-12-06 10:00:17 +00:00
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:
committed by
Tony Lindgren
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
|
||||||
|
|||||||
Reference in New Issue
Block a user