ARM: 6003/1: removing compilation warning from pl061.h
authorviresh kumar <[email protected]>
Mon, 29 Mar 2010 04:29:56 +0000 (05:29 +0100)
committerRussell King <[email protected]>
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 <[email protected]>
Acked-by: Baruch Siach <[email protected]>
Signed-off-by: Russell King <[email protected]>
include/linux/amba/pl061.h

index b4fbd9862606c76fc8accc05c18d0f2a1d4ab6ec..5ddd9ad4b19c9c381d77ab5c24a01031b4127ba3 100644 (file)
@@ -1,3 +1,5 @@
+#include <linux/types.h>
+
 /* platform data for the PL061 GPIO driver */
 
 struct pl061_platform_data {