summaryrefslogtreecommitdiffstats
path: root/include/asm-parisc
diff options
context:
space:
mode:
authorKyle McMartin <kyle@parisc-linux.org>2006-09-16 14:38:22 -0400
committerMatthew Wilcox <willy@parisc-linux.org>2006-10-04 06:46:32 -0600
commit8f611c453c6a41eee73645c80ccb10493e74b630 (patch)
treeebfb6c991005914408e2cf616c211ece64af528f /include/asm-parisc
parent20f4d3cb9b94ce3fec9a6135b9ad075b82b24f41 (diff)
downloadlinux-8f611c453c6a41eee73645c80ccb10493e74b630.tar.gz
linux-8f611c453c6a41eee73645c80ccb10493e74b630.tar.xz
[PARISC] Prevent multiple includes of asm-parisc/parisc-device.h
Signed-off-by: Kyle McMartin <kyle@parisc-linux.org>
Diffstat (limited to 'include/asm-parisc')
-rw-r--r--include/asm-parisc/parisc-device.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/include/asm-parisc/parisc-device.h b/include/asm-parisc/parisc-device.h
index 1d247e32a608..e12624d8941d 100644
--- a/include/asm-parisc/parisc-device.h
+++ b/include/asm-parisc/parisc-device.h
@@ -1,3 +1,6 @@
+#ifndef _ASM_PARISC_PARISC_DEVICE_H_
+#define _ASM_PARISC_PARISC_DEVICE_H_
+
#include <linux/device.h>
struct parisc_device {
@@ -57,3 +60,5 @@ parisc_get_drvdata(struct parisc_device *d)
}
extern struct bus_type parisc_bus_type;
+
+#endif /*_ASM_PARISC_PARISC_DEVICE_H_*/