From 76f8985aa5e9ee6cbd4351ac92dc19c250dad92f Mon Sep 17 00:00:00 2001 From: Kevin Hilman Date: Wed, 21 Jun 2006 15:06:29 -0700 Subject: [PATCH] ARM: OMAP: fix gcc4 compile errors Signed-off-by: Kevin Hilman --- arch/arm/plat-omap/common.h | 0 include/asm-arm/arch-omap/clock.h | 2 -- 2 files changed, 2 deletions(-) delete mode 100644 arch/arm/plat-omap/common.h diff --git a/arch/arm/plat-omap/common.h b/arch/arm/plat-omap/common.h deleted file mode 100644 index e69de29bb2d..00000000000 diff --git a/include/asm-arm/arch-omap/clock.h b/include/asm-arm/arch-omap/clock.h index 3c4eb9fbe48..f83003f5287 100644 --- a/include/asm-arm/arch-omap/clock.h +++ b/include/asm-arm/arch-omap/clock.h @@ -48,8 +48,6 @@ struct clk_functions { }; extern unsigned int mpurate; -extern struct list_head clocks; -extern spinlock_t clockfw_lock; extern int clk_init(struct clk_functions * custom_clocks); extern int clk_register(struct clk *clk); -- 2.41.0