diff options
author | Lv Zheng | 2014-05-12 09:46:49 +0200 |
---|---|---|
committer | Rafael J. Wysocki | 2014-05-27 18:13:08 +0200 |
commit | 92985ef1db428cc6129a1d375a68c277aa05820b (patch) | |
tree | cd4d619099dd46bb4769571fbef3727909312f95 /include/acpi | |
parent | ACPICA: Linux headers: Add <asm/acenv.h> to remove mis-ordered inclusion of <... (diff) | |
download | kernel-qcow2-linux-92985ef1db428cc6129a1d375a68c277aa05820b.tar.gz kernel-qcow2-linux-92985ef1db428cc6129a1d375a68c277aa05820b.tar.xz kernel-qcow2-linux-92985ef1db428cc6129a1d375a68c277aa05820b.zip |
ACPICA: Clean up redudant definitions already defined elsewhere
Since mis-order issues have been solved, we can cleanup redundant
definitions that already have defaults in <acpi/platform/acenv.h>.
This patch removes redudant environments for __KERNEL__ surrounded code.
Signed-off-by: Lv Zheng <lv.zheng@intel.com>
Cc: Tony Luck <tony.luck@intel.com>
Cc: Thomas Gleixner <tglx@linutronix.de>
Cc: Ingo Molnar <mingo@redhat.com>
Cc: "H. Peter Anvin" <hpa@zytor.com>
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
Diffstat (limited to 'include/acpi')
-rw-r--r-- | include/acpi/platform/aclinux.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/acpi/platform/aclinux.h b/include/acpi/platform/aclinux.h index 5d27e560a48e..e70012956db3 100644 --- a/include/acpi/platform/aclinux.h +++ b/include/acpi/platform/aclinux.h @@ -48,7 +48,6 @@ #define ACPI_USE_SYSTEM_CLIBRARY #define ACPI_USE_DO_WHILE_0 -#define ACPI_MUTEX_TYPE ACPI_BINARY_SEMAPHORE #ifdef __KERNEL__ |