diff options
Diffstat (limited to 'include/asm-parisc/device.h')
-rw-r--r-- | include/asm-parisc/device.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/include/asm-parisc/device.h b/include/asm-parisc/device.h new file mode 100644 index 000000000000..d8f9872b0e2d --- /dev/null +++ b/include/asm-parisc/device.h @@ -0,0 +1,7 @@ +/* + * Arch specific extensions to struct device + * + * This file is released under the GPLv2 + */ +#include <asm-generic/device.h> + |