[PARISC] Prevent multiple includes of asm-parisc/parisc-device.h
authorKyle McMartin <kyle@parisc-linux.org>
Sat, 16 Sep 2006 18:38:22 +0000 (14:38 -0400)
committerMatthew Wilcox <willy@parisc-linux.org>
Wed, 4 Oct 2006 12:46:32 +0000 (06:46 -0600)
Signed-off-by: Kyle McMartin <kyle@parisc-linux.org>
include/asm-parisc/parisc-device.h

index 1d247e3..e12624d 100644 (file)
@@ -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_*/