]> git.hungrycats.org Git - linux/commitdiff
[ARM PATCH] 2100/1: Fix compilation error due to missing typedefs (u32) for XScale...
authorDave Jiang <dave.jiang@com.rmk.(none)>
Thu, 30 Sep 2004 00:10:41 +0000 (01:10 +0100)
committerRussell King <rmk@flint.arm.linux.org.uk>
Thu, 30 Sep 2004 00:10:41 +0000 (01:10 +0100)
Patch from Dave Jiang

This fixes compile error where u32 was not recognized by iop321.h and iop331.h. Started showing up in 2.6.9-rcX that wasn't there in 2.6.8.1.
Added include of <asm/types.h> to asm/arch/hardware.h where it would propogate to both headers.

Signed-off-by: Dave Jiang (dave.jiang@gmail.com)
include/asm-arm/arch-iop3xx/hardware.h

index cd7f39534108eb3fa0a40c73a8ef419802f59373..6c15fde86310b5d0d88e0437feeff18f76a406c9 100644 (file)
@@ -4,6 +4,8 @@
 #ifndef __ASM_ARCH_HARDWARE_H
 #define __ASM_ARCH_HARDWARE_H
 
+#include <asm/types.h>
+
 /*
  * Note about PCI IO space mappings
  *