ARM: 6001/1: removing compilation warning comming from clkdev.h
authorviresh kumar <viresh.kumar@st.com>
Mon, 29 Mar 2010 04:58:51 +0000 (05:58 +0100)
committerRussell King <rmk+kernel@arm.linux.org.uk>
Mon, 29 Mar 2010 16:33:32 +0000 (17:33 +0100)
clkdev.h is using struct device *. Due to this compilation
warning is comming. Removing this warning.

Signed-off-by: Viresh Kumar <viresh.kumar@st.com>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
arch/arm/include/asm/clkdev.h

index 7a0690d..b56c138 100644 (file)
@@ -13,6 +13,7 @@
 #define __ASM_CLKDEV_H
 
 struct clk;
+struct device;
 
 struct clk_lookup {
        struct list_head        node;