dect
/
linux-2.6
Archived
13
0
Fork 0

[PARISC] Prevent multiple includes of asm-parisc/parisc-device.h

Signed-off-by: Kyle McMartin <kyle@parisc-linux.org>
This commit is contained in:
Kyle McMartin 2006-09-16 14:38:22 -04:00 committed by Matthew Wilcox
parent 20f4d3cb9b
commit 8f611c453c
1 changed files with 5 additions and 0 deletions

View 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_*/