diff options
author | Laurent Pinchart <laurent.pinchart@ideasonboard.com> | 2016-12-14 00:37:32 +0200 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2017-01-05 08:58:20 -0800 |
commit | 8635cb2c2b1100fa42f27234344f1f31ff53e783 (patch) | |
tree | 2b4526546c0e1208c4b55f95d32893f4076f1e19 /arch/arm/mach-omap2/display.h | |
parent | 7ce7d89f48834cefece7804d38fc5d85382edf77 (diff) | |
download | linux-8635cb2c2b1100fa42f27234344f1f31ff53e783.tar.bz2 |
ARM: OMAP2+: Remove unused omap_display_init() function
The omap_display_init() function is unused, remove it.
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 | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/arch/arm/mach-omap2/display.h b/arch/arm/mach-omap2/display.h index 78f253005279..7375854b16c7 100644 --- a/arch/arm/mach-omap2/display.h +++ b/arch/arm/mach-omap2/display.h @@ -33,9 +33,4 @@ int omap_init_vout(void); struct device_node * __init omapdss_find_dss_of_node(void); -struct omap_dss_board_info; - -/* Init with the board info */ -int omap_display_init(struct omap_dss_board_info *board_data); - #endif |