Commit 367d6acceaacff1adc44f121543effb9c060e575

Authored by viresh kumar
Committed by Russell King
1 parent 55a07517ed

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>

Showing 1 changed file with 2 additions and 0 deletions Side-by-side Diff

include/linux/amba/pl061.h
  1 +#include <linux/types.h>
  2 +
1 3 /* platform data for the PL061 GPIO driver */
2 4  
3 5 struct pl061_platform_data {