aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-mmp
diff options
context:
space:
mode:
authorEric Miao <eric.y.miao@gmail.com>2010-07-15 22:18:32 +0800
committerEric Miao <eric.y.miao@gmail.com>2010-08-05 14:34:45 +0800
commitf7426f53d22ff97d664167799be3f5f39c22dfdf (patch)
tree61e8ad98a6245dff6801bb23912f3925f06eaf67 /arch/arm/mach-mmp
parent[ARM] mmp: move mmp2 specific timer code to mmp2.c (diff)
downloadlinux-dev-f7426f53d22ff97d664167799be3f5f39c22dfdf.tar.xz
linux-dev-f7426f53d22ff97d664167799be3f5f39c22dfdf.zip
[ARM] mmp: avoid devices.h being included multiple times
Signed-off-by: Eric Miao <eric.y.miao@gmail.com>
Diffstat (limited to 'arch/arm/mach-mmp')
-rw-r--r--arch/arm/mach-mmp/include/mach/devices.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/arm/mach-mmp/include/mach/devices.h b/arch/arm/mach-mmp/include/mach/devices.h
index 1fa0a492454a..d0ec7dae88e4 100644
--- a/arch/arm/mach-mmp/include/mach/devices.h
+++ b/arch/arm/mach-mmp/include/mach/devices.h
@@ -1,3 +1,6 @@
+#ifndef __MACH_DEVICE_H
+#define __MACH_DEVICE_H
+
#include <linux/types.h>
#define MAX_RESOURCE_DMA 2
@@ -47,3 +50,4 @@ struct pxa_device_desc mmp2_device_##_name __initdata = { \
}
extern int pxa_register_device(struct pxa_device_desc *, void *, size_t);
+#endif /* __MACH_DEVICE_H */