Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 8f611c45 authored by Kyle McMartin's avatar Kyle McMartin Committed by Matthew Wilcox
Browse files

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

parent 20f4d3cb
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
#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_*/