From: Viresh Kumar Date: Fri, 23 Mar 2012 07:35:48 +0000 (+0530) Subject: spi/pL022: include types.h to remove compilation warnings X-Git-Tag: v3.4-rc3~18^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=327ef2e9048a5e39bf84d7f17f78a87e7a068742;p=pandora-kernel.git spi/pL022: include types.h to remove compilation warnings 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 Acked-by: Linus Walleij Signed-off-by: Grant Likely --- Reading git-diff-tree failed