diff options
author | Laurent Pinchart <laurent.pinchart@ideasonboard.com> | 2016-12-13 23:37:32 +0100 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2017-01-05 17:58:20 +0100 |
commit | 8635cb2c2b1100fa42f27234344f1f31ff53e783 (patch) | |
tree | 2b4526546c0e1208c4b55f95d32893f4076f1e19 /arch/arm/mach-omap2/display.h | |
parent | Linux 4.10-rc1 (diff) | |
download | linux-8635cb2c2b1100fa42f27234344f1f31ff53e783.tar.xz linux-8635cb2c2b1100fa42f27234344f1f31ff53e783.zip |
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 |