Skip to content

Commit

Permalink
ARM: 6003/1: removing compilation warning from pl061.h
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
viresh kumar authored and Russell King committed Mar 29, 2010
1 parent 55a0751 commit 367d6ac
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions include/linux/amba/pl061.h
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
#include <linux/types.h>

/* platform data for the PL061 GPIO driver */

struct pl061_platform_data {
Expand Down

0 comments on commit 367d6ac

Please sign in to comment.