diff options
author | H. Peter Anvin <hpa@zytor.com> | 2008-09-04 17:08:42 +0200 |
---|---|---|
committer | H. Peter Anvin <hpa@zytor.com> | 2008-09-04 17:08:42 +0200 |
commit | 7203781c98ad9147564d327de6f6513ad8fc0f4e (patch) | |
tree | 5c29a2a04a626bf08a0d56fd8a0068b3c92ad284 /arch/alpha/include/asm/device.h | |
parent | x86, e820: add support for AddressRangeUnusuable ACPI memory type (diff) | |
parent | x86: cpufeature: fix SMX flag (diff) | |
download | linux-7203781c98ad9147564d327de6f6513ad8fc0f4e.tar.xz linux-7203781c98ad9147564d327de6f6513ad8fc0f4e.zip |
Merge branch 'x86/cpu' into x86/core
Conflicts:
arch/x86/kernel/cpu/feature_names.c
include/asm-x86/cpufeature.h
Diffstat (limited to 'arch/alpha/include/asm/device.h')
-rw-r--r-- | arch/alpha/include/asm/device.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/arch/alpha/include/asm/device.h b/arch/alpha/include/asm/device.h new file mode 100644 index 000000000000..d8f9872b0e2d --- /dev/null +++ b/arch/alpha/include/asm/device.h @@ -0,0 +1,7 @@ +/* + * Arch specific extensions to struct device + * + * This file is released under the GPLv2 + */ +#include <asm-generic/device.h> + |