summaryrefslogtreecommitdiff
path: root/arch/arm/mach-mmp/include/mach/pxa910.h
diff options
context:
space:
mode:
authorEric Miao <eric.y.miao@gmail.com>2010-07-15 18:22:33 +0400
committerEric Miao <eric.y.miao@gmail.com>2010-08-05 10:34:46 +0400
commit2728701d1c285a36a23d2c9ffffd8cb1f953795f (patch)
tree7d742e556c044ee89167d88f448712fc057e9a63 /arch/arm/mach-mmp/include/mach/pxa910.h
parentf7426f53d22ff97d664167799be3f5f39c22dfdf (diff)
downloadlinux-2728701d1c285a36a23d2c9ffffd8cb1f953795f.tar.xz
[ARM] mmp: move declarations into SoC specific header file from common.h
Signed-off-by: Eric Miao <eric.y.miao@gmail.com>
Diffstat (limited to 'arch/arm/mach-mmp/include/mach/pxa910.h')
-rw-r--r--arch/arm/mach-mmp/include/mach/pxa910.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/arch/arm/mach-mmp/include/mach/pxa910.h b/arch/arm/mach-mmp/include/mach/pxa910.h
index 4f0b4ec6f5d0..f13c49d6f8dc 100644
--- a/arch/arm/mach-mmp/include/mach/pxa910.h
+++ b/arch/arm/mach-mmp/include/mach/pxa910.h
@@ -1,6 +1,11 @@
#ifndef __ASM_MACH_PXA910_H
#define __ASM_MACH_PXA910_H
+struct sys_timer;
+
+extern struct sys_timer pxa910_timer;
+extern void __init pxa910_init_irq(void);
+
#include <linux/i2c.h>
#include <mach/devices.h>
#include <plat/i2c.h>