Re: [PATCH] SPI/Pl022: Include types.h to remove compilation warnings

2012-03-24 Thread Grant Likely
On Fri, 23 Mar 2012 10:48:57 +0100, Linus Walleij wrote: > On Fri, Mar 23, 2012 at 8:35 AM, Viresh Kumar wrote: > > > linux/pl022.h uses definitions like, u8, u16, etc, which have dependency of > > types.h file, which isn't included in it. So, we get compilation warnings. > > > > This patch inc

Re: [PATCH] SPI/Pl022: Include types.h to remove compilation warnings

2012-03-23 Thread Linus Walleij
On Fri, Mar 23, 2012 at 8:35 AM, Viresh Kumar wrote: > linux/pl022.h uses definitions like, u8, u16, etc, which have dependency of > types.h file, which isn't included in it. So, we get compilation warnings. > > This patch includes types.h there to fix these warnings. > > Signed-off-by: Viresh Ku

[PATCH] SPI/Pl022: Include types.h to remove compilation warnings

2012-03-23 Thread Viresh Kumar
linux/pl022.h uses definitions like, u8, u16, etc, which have dependency of types.h file, which isn't included in it. So, we get compilation warnings. This patch includes types.h there to fix these warnings. Signed-off-by: Viresh Kumar --- include/linux/amba/pl022.h |2 ++ 1 files changed,