aboutsummaryrefslogtreecommitdiffstats
path: root/include/asm-x86_64/device.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/asm-x86_64/device.h')
-rw-r--r--include/asm-x86_64/device.h10
1 files changed, 9 insertions, 1 deletions
diff --git a/include/asm-x86_64/device.h b/include/asm-x86_64/device.h
index d8f9872b0e2d..3afa03f33a36 100644
--- a/include/asm-x86_64/device.h
+++ b/include/asm-x86_64/device.h
@@ -3,5 +3,13 @@
3 * 3 *
4 * This file is released under the GPLv2 4 * This file is released under the GPLv2
5 */ 5 */
6#include <asm-generic/device.h> 6#ifndef _ASM_X86_64_DEVICE_H
7#define _ASM_X86_64_DEVICE_H
7 8
9struct dev_archdata {
10#ifdef CONFIG_ACPI
11 void *acpi_handle;
12#endif
13};
14
15#endif /* _ASM_X86_64_DEVICE_H */