diff options
| author | Linus Torvalds <torvalds@linux-foundation.org> | 2011-10-16 13:08:27 -0700 |
|---|---|---|
| committer | Linus Torvalds <torvalds@linux-foundation.org> | 2011-10-16 13:08:27 -0700 |
| commit | 8bc03e8f3a334e09e89a7dffb486ee97a5ce84ae (patch) | |
| tree | 5e573afb35a237a44db7a3d68a3ae5433b557481 /arch/arm/include/asm/localtimer.h | |
| parent | 4c41042d1d4c29e596b31e2d14b26d2940fb24b4 (diff) | |
| parent | f8be12d15374413cf437741a282e97129e759209 (diff) | |
| download | talos-op-linux-8bc03e8f3a334e09e89a7dffb486ee97a5ce84ae.tar.gz talos-op-linux-8bc03e8f3a334e09e89a7dffb486ee97a5ce84ae.zip | |
Merge branch 'fixes' of http://ftp.arm.linux.org.uk/pub/linux/arm/kernel/git-cur/linux-2.6-arm
* 'fixes' of http://ftp.arm.linux.org.uk/pub/linux/arm/kernel/git-cur/linux-2.6-arm:
ARM: 7128/1: vic: Don't write to the read-only register VIC_IRQ_STATUS
ARM: 7122/1: localtimer: add header linux/errno.h explicitly
ARM: 7117/1: perf: fix HW_CACHE_* events on Cortex-A9
ARM: 7113/1: mm: Align bank start to MAX_ORDER_NR_PAGES
Diffstat (limited to 'arch/arm/include/asm/localtimer.h')
| -rw-r--r-- | arch/arm/include/asm/localtimer.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/include/asm/localtimer.h b/arch/arm/include/asm/localtimer.h index 080d74f8128d..ff66638ff54d 100644 --- a/arch/arm/include/asm/localtimer.h +++ b/arch/arm/include/asm/localtimer.h @@ -10,6 +10,8 @@ #ifndef __ASM_ARM_LOCALTIMER_H #define __ASM_ARM_LOCALTIMER_H +#include <linux/errno.h> + struct clock_event_device; /* |

