diff options
Diffstat (limited to 'include/acpi/platform/aclinux.h')
-rw-r--r-- | include/acpi/platform/aclinux.h | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/include/acpi/platform/aclinux.h b/include/acpi/platform/aclinux.h index 587b1e27e6a3..26ef0954a2a9 100644 --- a/include/acpi/platform/aclinux.h +++ b/include/acpi/platform/aclinux.h | |||
@@ -83,6 +83,16 @@ | |||
83 | #include <ctype.h> | 83 | #include <ctype.h> |
84 | #include <unistd.h> | 84 | #include <unistd.h> |
85 | 85 | ||
86 | /* Disable kernel specific declarators */ | ||
87 | |||
88 | #ifndef __init | ||
89 | #define __init | ||
90 | #endif | ||
91 | |||
92 | #ifndef __iomem | ||
93 | #define __iomem | ||
94 | #endif | ||
95 | |||
86 | /* Host-dependent types and defines for user-space ACPICA */ | 96 | /* Host-dependent types and defines for user-space ACPICA */ |
87 | 97 | ||
88 | #define ACPI_FLUSH_CPU_CACHE() | 98 | #define ACPI_FLUSH_CPU_CACHE() |