[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <cover.1396930406.git.lv.zheng@intel.com>
Date: Tue, 8 Apr 2014 15:55:37 +0800
From: Lv Zheng <lv.zheng@...el.com>
To: "Rafael J. Wysocki" <rafael.j.wysocki@...el.com>,
Len Brown <len.brown@...el.com>
Cc: Lv Zheng <lv.zheng@...el.com>, Lv Zheng <zetalog@...il.com>,
<linux-kernel@...r.kernel.org>, linux-acpi@...r.kernel.org
Subject: [PATCH 0/4] ACPICA: Fix some mis-ordered inclusions.
This patch fixes some mis-ordered inclusions for Linux resident ACPICA.
There is no real issue in the Linux kernel, but this can help to cleanup
the inclusions so that:
1. Redundant environment definitions can be removed from <asm/acpi.h> and
<acpi/platform/aclinux.h>
2. Using ACPICA defined types in <asm/acpi.h> is possible.
Lv Zheng (4):
ACPICA: Add <acpi/platform/aclinuxxf.h> to remove mis-ordered
inclusion of <acpi/actypes.h> from <acpi/platform/aclinux.h>.
ACPICA: Add <asm/acenv.h> to remove mis-ordered inclusion of
<asm/acpi.h> from <acpi/platform/aclinux.h>.
ACPICA: Cleanup redudant definitions that already have defaults in
<acpi/platform/acenv.h>.
ACPICA: Remove deprecated _LINUX definitions for ACPICA.
arch/ia64/include/asm/acenv.h | 56 +++++++++++++++++
arch/ia64/include/asm/acpi.h | 50 ---------------
arch/x86/include/asm/acenv.h | 49 +++++++++++++++
arch/x86/include/asm/acpi.h | 45 --------------
include/acpi/platform/aclinux.h | 104 ++++---------------------------
include/acpi/platform/aclinuxxf.h | 122 +++++++++++++++++++++++++++++++++++++
include/linux/acpi.h | 4 --
7 files changed, 239 insertions(+), 191 deletions(-)
create mode 100644 arch/ia64/include/asm/acenv.h
create mode 100644 arch/x86/include/asm/acenv.h
create mode 100644 include/acpi/platform/aclinuxxf.h
--
1.7.10
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists