diff options
author | Olof Johansson <olof@lixom.net> | 2011-11-09 08:59:35 -0800 |
---|---|---|
committer | Olof Johansson <olof@lixom.net> | 2011-11-09 08:59:35 -0800 |
commit | c30c8f9f167cb9b40ca9e755c0d32087a2d415ff (patch) | |
tree | d10c7ac7dc73f0325ba4c7a2fc00fe84dbee4596 /arch/arm/mach-at91/include/mach/vmalloc.h | |
parent | 45ff6fa1adf81f72e4815f0a993a644467b7b185 (diff) | |
parent | dd0b3825495a2e7a8cd6cf0ec077618c008ac7c4 (diff) |
Merge branch 'at91-fixes' of git://github.com/at91linux/linux-at91 into fixes
Diffstat (limited to 'arch/arm/mach-at91/include/mach/vmalloc.h')
-rw-r--r-- | arch/arm/mach-at91/include/mach/vmalloc.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/mach-at91/include/mach/vmalloc.h b/arch/arm/mach-at91/include/mach/vmalloc.h index 8eb459f3f5b..8e4a1bd0ab1 100644 --- a/arch/arm/mach-at91/include/mach/vmalloc.h +++ b/arch/arm/mach-at91/include/mach/vmalloc.h @@ -21,6 +21,8 @@ #ifndef __ASM_ARCH_VMALLOC_H #define __ASM_ARCH_VMALLOC_H +#include <mach/hardware.h> + #define VMALLOC_END (AT91_VIRT_BASE & PGDIR_MASK) #endif |