projects
/
firefly-linux-kernel-4.4.55.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
20f4d3c
)
[PARISC] Prevent multiple includes of asm-parisc/parisc-device.h
author
Kyle McMartin
<kyle@parisc-linux.org>
Sat, 16 Sep 2006 18:38:22 +0000
(14:38 -0400)
committer
Matthew 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
patch
|
blob
|
history
diff --git
a/include/asm-parisc/parisc-device.h
b/include/asm-parisc/parisc-device.h
index 1d247e32a6088e180284e5fb7be23ed8ce83f464..e12624d8941d69cbc6bb35bb70d452d70642b428 100644
(file)
--- 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_*/