commit | 1add908d00daad5e5e7fb79461ce88ff9f7a9c35 | [log] [tgz] |
---|---|---|
author | Russell King <rmk+kernel@arm.linux.org.uk> | Sun Sep 18 11:27:30 2011 +0100 |
committer | Taniya Das <tdas@codeaurora.org> | Wed Apr 11 18:24:20 2012 +0530 |
tree | 17f8f165e339d255d71d2b775def1c387b616c69 | |
parent | c9c0cda9688d13a167da09b5023742dc3b7dec41 [diff] |
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. Change-Id: I996b6aa1d9db14fa27785a744fd1faf4d7eaed38 Acked-by: Catalin Marinas <catalin.marinas@arm.com> Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk> Signed-off-by: Taniya Das <tdas@codeaurora.org>