From: Russell King Date: Sun, 18 Sep 2011 10:27:30 +0000 (+0100) Subject: ARM: cache-l2x0.c: consistently use u32 X-Git-Tag: v3.4-rc1~36^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3e175ca4cab37b1eb99f7cf032142a1e5cdb3d97;p=pandora-kernel.git ARM: cache-l2x0.c: consistently use u32 __u32 exists to avoid namespace clashes with userspace programs. It should not be used outside header files, so convert to use u32 instead. Also, don't mix uint32_t and __u32 - use the same type throughout the file for consistency. Acked-by: Catalin Marinas Signed-off-by: Russell King --- Reading git-diff-tree failed