On 20 January 2012 09:53, Russell King - ARM Linux
[off-list ref] wrote:
__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.
Signed-off-by: Russell King <redacted>
As some of this code was probably mine:
Acked-by: Catalin Marinas <catalin.marinas@arm.com>