From: Kyle McMartin Date: Sat, 16 Sep 2006 18:38:22 +0000 (-0400) Subject: [PARISC] Prevent multiple includes of asm-parisc/parisc-device.h X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=8f611c453c6a41eee73645c80ccb10493e74b630;p=GitHub%2Fmt8127%2Fandroid_kernel_alcatel_ttab.git [PARISC] Prevent multiple includes of asm-parisc/parisc-device.h Signed-off-by: Kyle McMartin --- 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 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_*/