diff options
author | viresh kumar <viresh.kumar@st.com> | 2010-03-29 05:29:56 +0100 |
---|---|---|
committer | Russell King <rmk+kernel@arm.linux.org.uk> | 2010-03-29 17:33:33 +0100 |
commit | 367d6acceaacff1adc44f121543effb9c060e575 (patch) | |
tree | d1c75af960ad59a594088df843e3fa662b691415 /include/linux/amba/pl061.h | |
parent | 55a07517edbf15b83f323644edf346726eccd7e0 (diff) |
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>
Diffstat (limited to 'include/linux/amba/pl061.h')
-rw-r--r-- | include/linux/amba/pl061.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/linux/amba/pl061.h b/include/linux/amba/pl061.h index b4fbd9862606..5ddd9ad4b19c 100644 --- 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 { |