diff options
author | Lv Zheng <lv.zheng@intel.com> | 2014-06-03 13:20:32 +0800 |
---|---|---|
committer | Rafael J. Wysocki <rafael.j.wysocki@intel.com> | 2014-06-03 14:53:35 +0200 |
commit | 729ddb657f6a47a2cb6e495f1ff68fff622c758a (patch) | |
tree | 534b2c5cdf355e65291a7e15e59a825345e6fb21 /include/acpi | |
parent | 4fc0a7e889e5540305926e41931cf3bc0a60abb2 (diff) | |
download | linux-729ddb657f6a47a2cb6e495f1ff68fff622c758a.tar.gz linux-729ddb657f6a47a2cb6e495f1ff68fff622c758a.tar.bz2 linux-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/acpi')
-rw-r--r-- | include/acpi/acnames.h | 1 |
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" |