Skip to content

Commit

Permalink
ARM: 6001/1: removing compilation warning comming from clkdev.h
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
viresh kumar authored and Russell King committed Mar 29, 2010
1 parent aedceb2 commit 55a0751
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions arch/arm/include/asm/clkdev.h
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
#define __ASM_CLKDEV_H

struct clk;
struct device;

struct clk_lookup {
struct list_head node;
Expand Down

0 comments on commit 55a0751

Please sign in to comment.