diff options
Diffstat (limited to 'include/acpi/platform/aclinux.h')
-rw-r--r-- | include/acpi/platform/aclinux.h | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/include/acpi/platform/aclinux.h b/include/acpi/platform/aclinux.h index 4fbc0fd52a27..c93e6562f0e1 100644 --- a/include/acpi/platform/aclinux.h +++ b/include/acpi/platform/aclinux.h | |||
@@ -71,9 +71,7 @@ | |||
71 | #define acpi_cache_t kmem_cache_t | 71 | #define acpi_cache_t kmem_cache_t |
72 | #endif | 72 | #endif |
73 | 73 | ||
74 | 74 | #else /* !__KERNEL__ */ | |
75 | |||
76 | #else /* !__KERNEL__ */ | ||
77 | 75 | ||
78 | #include <stdarg.h> | 76 | #include <stdarg.h> |
79 | #include <string.h> | 77 | #include <string.h> |
@@ -94,10 +92,10 @@ | |||
94 | 92 | ||
95 | #define __cdecl | 93 | #define __cdecl |
96 | #define ACPI_FLUSH_CPU_CACHE() | 94 | #define ACPI_FLUSH_CPU_CACHE() |
97 | #endif /* __KERNEL__ */ | 95 | #endif /* __KERNEL__ */ |
98 | 96 | ||
99 | /* Linux uses GCC */ | 97 | /* Linux uses GCC */ |
100 | 98 | ||
101 | #include "acgcc.h" | 99 | #include "acgcc.h" |
102 | 100 | ||
103 | #endif /* __ACLINUX_H__ */ | 101 | #endif /* __ACLINUX_H__ */ |