projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
aedceb2
)
ARM: 6001/1: removing compilation warning comming from clkdev.h
author
viresh kumar
<viresh.kumar@st.com>
Mon, 29 Mar 2010 04:58:51 +0000
(
05:58
+0100)
committer
Russell 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
patch
|
blob
|
history
diff --git
a/arch/arm/include/asm/clkdev.h
b/arch/arm/include/asm/clkdev.h
index 7a0690da5e63235b6a8b1345adc2f396b29287c8..b56c1389b6fa49da16bb940a04931480a4466c84 100644
(file)
--- a/
arch/arm/include/asm/clkdev.h
+++ b/
arch/arm/include/asm/clkdev.h
@@
-13,6
+13,7
@@
#define __ASM_CLKDEV_H
struct clk;
+struct device;
struct clk_lookup {
struct list_head node;