aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorLv Zheng <lv.zheng@intel.com>2014-06-03 13:20:32 +0800
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>2014-06-03 14:53:35 +0200
commit729ddb657f6a47a2cb6e495f1ff68fff622c758a (patch)
tree534b2c5cdf355e65291a7e15e59a825345e6fb21 /include
parentACPI: Fix x86 regression related to early mapping size limitation (diff)
downloadlinux-dev-729ddb657f6a47a2cb6e495f1ff68fff622c758a.tar.xz
linux-dev-729ddb657f6a47a2cb6e495f1ff68fff622c758a.zip
ACPICA: Namespace: Remove _PRP method support.
The _PRP method is not going to be a part of the ACPI standard. This patch removes its support code introduced by the following commits: 1. ACPICA: Predefined names: Add support for the _PRP method. 2. ACPICA: Update for _PRP predefined name. 3. ACPICA: Add support for _LPD and _PRP methods. 4. ACPICA: Back port of _PRP update. Signed-off-by: Lv Zheng <lv.zheng@intel.com> Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
Diffstat (limited to 'include')
-rw-r--r--include/acpi/acnames.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/acpi/acnames.h b/include/acpi/acnames.h
index f0e713fadb1f..3dd6e838dc30 100644
--- a/include/acpi/acnames.h
+++ b/include/acpi/acnames.h
@@ -55,7 +55,6 @@
#define METHOD_NAME__HID "_HID"
#define METHOD_NAME__INI "_INI"
#define METHOD_NAME__PLD "_PLD"
-#define METHOD_NAME__PRP "_PRP"
#define METHOD_NAME__PRS "_PRS"
#define METHOD_NAME__PRT "_PRT"
#define METHOD_NAME__PRW "_PRW"