diff options
author | Kyle McMartin <kyle@parisc-linux.org> | 2006-09-16 14:38:22 -0400 |
---|---|---|
committer | Matthew Wilcox <willy@parisc-linux.org> | 2006-10-04 06:46:32 -0600 |
commit | 8f611c453c6a41eee73645c80ccb10493e74b630 (patch) | |
tree | ebfb6c991005914408e2cf616c211ece64af528f /include/asm-parisc/parisc-device.h | |
parent | 20f4d3cb9b94ce3fec9a6135b9ad075b82b24f41 (diff) | |
download | kernel_samsung_espresso10-8f611c453c6a41eee73645c80ccb10493e74b630.zip kernel_samsung_espresso10-8f611c453c6a41eee73645c80ccb10493e74b630.tar.gz kernel_samsung_espresso10-8f611c453c6a41eee73645c80ccb10493e74b630.tar.bz2 |
[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.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/include/asm-parisc/parisc-device.h b/include/asm-parisc/parisc-device.h index 1d247e3..e12624d 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_*/ |