Re: [PATCH] arch: arm: mach-omap2: omap_hwmod.c: Remove some unused functions

2015-01-07 Thread Tony Lindgren
* Rickard Strandqvist [141207 09:23]: > Removes some functions that are not used anywhere: > omap_hwmod_pad_route_irq() omap_hwmod_no_setup_reset() > omap_hwmod_read_hardreset() omap_hwmod_del_initiator_dep() > omap_hwmod_enable_clocks() omap_hwmod_reset() omap_hwmod_ocp_barrier() > omap_hwmod_dis

[PATCH] arch: arm: mach-omap2: omap_hwmod.c: Remove some unused functions

2014-12-07 Thread Rickard Strandqvist
Removes some functions that are not used anywhere: omap_hwmod_pad_route_irq() omap_hwmod_no_setup_reset() omap_hwmod_read_hardreset() omap_hwmod_del_initiator_dep() omap_hwmod_enable_clocks() omap_hwmod_reset() omap_hwmod_ocp_barrier() omap_hwmod_disable_clocks() omap_hwmod_add_initiator_dep() Thi