From: Kevin Hilman Date: Wed, 21 Jun 2006 22:06:29 +0000 (-0700) Subject: ARM: OMAP: fix gcc4 compile errors X-Git-Tag: v2.6.17-omap1~10 X-Git-Url: http://pilppa.com/gitweb/?a=commitdiff_plain;h=76f8985aa5e9ee6cbd4351ac92dc19c250dad92f;p=linux-2.6-omap-h63xx.git ARM: OMAP: fix gcc4 compile errors Signed-off-by: Kevin Hilman --- 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);