瀏覽代碼

ARM: 6003/1: removing compilation warning from pl061.h

pl061.h is using u8 type. including <linux/types.h> in pl061.h to avoid
warning.

Signed-off-by: Viresh Kumar <viresh.kumar@st.com>
Acked-by: Baruch Siach <baruch@tkos.co.il>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
viresh kumar 15 年之前
父節點
當前提交
367d6accea
共有 1 個文件被更改,包括 2 次插入0 次删除
  1. 2 0
      include/linux/amba/pl061.h

+ 2 - 0
include/linux/amba/pl061.h

@@ -1,3 +1,5 @@
+#include <linux/types.h>
+
 /* platform data for the PL061 GPIO driver */
 
 struct pl061_platform_data {