projects
/
GitHub
/
LineageOS
/
G12
/
android_kernel_amlogic_linux-4.9.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
55a0751
)
ARM: 6003/1: removing compilation warning from pl061.h
author
viresh kumar
<viresh.kumar@st.com>
Mon, 29 Mar 2010 04:29:56 +0000
(
05:29
+0100)
committer
Russell King
<rmk+kernel@arm.linux.org.uk>
Mon, 29 Mar 2010 16:33:33 +0000
(17:33 +0100)
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>
include/linux/amba/pl061.h
patch
|
blob
|
blame
|
history
diff --git
a/include/linux/amba/pl061.h
b/include/linux/amba/pl061.h
index b4fbd9862606c76fc8accc05c18d0f2a1d4ab6ec..5ddd9ad4b19c9c381d77ab5c24a01031b4127ba3 100644
(file)
--- a/
include/linux/amba/pl061.h
+++ b/
include/linux/amba/pl061.h
@@
-1,3
+1,5
@@
+#include <linux/types.h>
+
/* platform data for the PL061 GPIO driver */
struct pl061_platform_data {