diff options
author | Laurent Pinchart <laurent.pinchart@ideasonboard.com> | 2016-12-13 23:37:33 +0100 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2017-01-05 17:58:37 +0100 |
commit | 7afa44e0e8dbf80e28e4f5aeaecf5ab6e5487f0d (patch) | |
tree | 4dcaa721e2d21a549893b3084230a9ab203beba9 /arch/arm/mach-omap2/display.h | |
parent | ARM: OMAP2+: Remove unused omap_display_init() function (diff) | |
download | linux-7afa44e0e8dbf80e28e4f5aeaecf5ab6e5487f0d.tar.xz linux-7afa44e0e8dbf80e28e4f5aeaecf5ab6e5487f0d.zip |
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>
Diffstat (limited to 'arch/arm/mach-omap2/display.h')
-rw-r--r-- | arch/arm/mach-omap2/display.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/arm/mach-omap2/display.h b/arch/arm/mach-omap2/display.h index 7375854b16c7..9a39646d4316 100644 --- a/arch/arm/mach-omap2/display.h +++ b/arch/arm/mach-omap2/display.h @@ -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 |