diff options
Diffstat (limited to 'arch/alpha/include/asm/device.h')
-rw-r--r-- | arch/alpha/include/asm/device.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/arch/alpha/include/asm/device.h b/arch/alpha/include/asm/device.h new file mode 100644 index 000000000..9ca75a7db --- /dev/null +++ b/arch/alpha/include/asm/device.h @@ -0,0 +1,6 @@ +/* SPDX-License-Identifier: GPL-2.0-only */ +/* + * Arch specific extensions to struct device + */ +#include <asm-generic/device.h> + |