Skip to content

Commit

Permalink
[PARISC] Prevent multiple includes of asm-parisc/parisc-device.h
Browse files Browse the repository at this point in the history
Signed-off-by: Kyle McMartin <kyle@parisc-linux.org>
  • Loading branch information
Kyle McMartin authored and Matthew Wilcox committed Oct 4, 2006
1 parent 20f4d3c commit 8f611c4
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions include/asm-parisc/parisc-device.h
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
#ifndef _ASM_PARISC_PARISC_DEVICE_H_
#define _ASM_PARISC_PARISC_DEVICE_H_

#include <linux/device.h>

struct parisc_device {
Expand Down Expand Up @@ -57,3 +60,5 @@ parisc_get_drvdata(struct parisc_device *d)
}

extern struct bus_type parisc_bus_type;

#endif /*_ASM_PARISC_PARISC_DEVICE_H_*/

0 comments on commit 8f611c4

Please sign in to comment.