浏览代码

ARM: 6001/1: removing compilation warning comming from clkdev.h

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>
viresh kumar 15 年之前
父节点
当前提交
55a07517ed
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      arch/arm/include/asm/clkdev.h

+ 1 - 0
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;