aboutsummaryrefslogtreecommitdiffstats
path: root/include/asm-parisc/parisc-device.h
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 08:46:32 -0400
commit8f611c453c6a41eee73645c80ccb10493e74b630 (patch)
treeebfb6c991005914408e2cf616c211ece64af528f /include/asm-parisc/parisc-device.h
parent20f4d3cb9b94ce3fec9a6135b9ad075b82b24f41 (diff)
[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/parisc-device.h')
-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 @@
1#ifndef _ASM_PARISC_PARISC_DEVICE_H_
2#define _ASM_PARISC_PARISC_DEVICE_H_
3
1#include <linux/device.h> 4#include <linux/device.h>
2 5
3struct parisc_device { 6struct parisc_device {
@@ -57,3 +60,5 @@ parisc_get_drvdata(struct parisc_device *d)
57} 60}
58 61
59extern struct bus_type parisc_bus_type; 62extern struct bus_type parisc_bus_type;
63
64#endif /*_ASM_PARISC_PARISC_DEVICE_H_*/