clk: ti: clk-3xxx: Remove unused structures
authorStephen Boyd <sboyd@codeaurora.org>
Wed, 15 Jul 2015 19:04:53 +0000 (12:04 -0700)
committerStephen Boyd <sboyd@codeaurora.org>
Tue, 28 Jul 2015 18:58:39 +0000 (11:58 -0700)
commit76642eb4cb040b436319e5aa747a5ef026207eef
treec4ddbb41f05b7f4dcf0a30f15c4d72dbe99ae94c
parent3fe6d697420c706b640730dbbae17f48b3aad506
clk: ti: clk-3xxx: Remove unused structures

Sparse complains about these structures missing static, but they
also don't look to be used. Remove them.

drivers/clk/ti/clk-3xxx.c:74:30: warning: symbol 'clkhwops_omap3430es2_ssi_wait' was not declared. Should it be static?
drivers/clk/ti/clk-3xxx.c:157:30: warning: symbol 'clkhwops_omap3430es2_hsotgusb_wait' was not declared. Should it be static?

Acked-by: Tero Kristo <t-kristo@ti.com>
Signed-off-by: Stephen Boyd <sboyd@codeaurora.org>
drivers/clk/ti/clk-3xxx.c