From 2b3ea3154d38920238fff4a67f477f989d9d8d24 Mon Sep 17 00:00:00 2001 From: aurel32 Date: Sat, 7 Mar 2009 21:48:00 +0000 Subject: clean build: Fix arm build warnings Fix remaining arm warnings - except for the mess in the NetWinder FP emulator. Signed-off-by: Jan Kiszka Signed-off-by: Aurelien Jarno git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@6766 c046a42c-6fe2-441c-8c8c-71466251a162 --- hw/omap_clk.c | 17 ----------------- 1 file changed, 17 deletions(-) (limited to 'hw/omap_clk.c') diff --git a/hw/omap_clk.c b/hw/omap_clk.c index 38b098e56a..d7a5a577d4 100644 --- a/hw/omap_clk.c +++ b/hw/omap_clk.c @@ -1098,23 +1098,6 @@ void omap_clk_adduser(struct clk *clk, qemu_irq user) *i = user; } -/* If a clock is allowed to idle, it is disabled automatically when - * all of clock domains using it are disabled. */ -static int omap_clk_is_idle(struct clk *clk) -{ - struct clk *chld; - - if (!clk->enabled && (!clk->usecount || !(clk->flags && ALWAYS_ENABLED))) - return 1; - if (clk->usecount) - return 0; - - for (chld = clk->child1; chld; chld = chld->sibling) - if (!omap_clk_is_idle(chld)) - return 0; - return 1; -} - struct clk *omap_findclk(struct omap_mpu_state_s *mpu, const char *name) { struct clk *i; -- cgit v1.2.3-55-g7522