summaryrefslogtreecommitdiff
path: root/source/include/platform/aclinux.h
diff options
context:
space:
mode:
Diffstat (limited to 'source/include/platform/aclinux.h')
-rw-r--r--source/include/platform/aclinux.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/source/include/platform/aclinux.h b/source/include/platform/aclinux.h
index 025fc8007..9035389d2 100644
--- a/source/include/platform/aclinux.h
+++ b/source/include/platform/aclinux.h
@@ -168,8 +168,6 @@
#define ACPI_USE_DO_WHILE_0
#define ACPI_IGNORE_PACKAGE_RESOLUTION_ERRORS
-#define ACPI_UINTPTR_T uintptr_t
-
#ifdef __KERNEL__
@@ -254,6 +252,8 @@
#define ACPI_SPINLOCK spinlock_t *
#define ACPI_CPU_FLAGS unsigned long
+#define ACPI_UINTPTR_T uintptr_t
+
#define ACPI_TO_INTEGER(p) ((uintptr_t)(p))
#define ACPI_OFFSET(d, f) offsetof(d, f)
@@ -311,7 +311,6 @@
#ifdef ACPI_USE_STANDARD_HEADERS
#include <unistd.h>
-#include <stdint.h>
#endif
/* Define/disable kernel-specific declarators */