diff options
author | Feng Tang <feng.tang@intel.com> | 2012-08-08 06:20:44 +0400 |
---|---|---|
committer | Len Brown <len.brown@intel.com> | 2012-09-21 08:26:16 +0400 |
commit | a950c135e5b2be6ef7518d54d98a7901db1b377a (patch) | |
tree | d3e2a2db81050aae25239aa96ce13969a6007492 /include/acpi/actypes.h | |
parent | c46de2263f42fb4bbde411b9126f471e9343cb22 (diff) | |
download | linux-a950c135e5b2be6ef7518d54d98a7901db1b377a.tar.xz |
ACPI: delelte more BFS/GTS related definition and code
This is a follow on for commmit 3f6f49c7 "ACPI: delete _GTS/_BFS support"
to do more cleanup.
Signed-off-by: Feng Tang <feng.tang@intel.com>
Signed-off-by: Bob Moore <robert.moore@intel.com>
Signed-off-by: Len Brown <len.brown@intel.com>
Diffstat (limited to 'include/acpi/actypes.h')
-rw-r--r-- | include/acpi/actypes.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/include/acpi/actypes.h b/include/acpi/actypes.h index 3d00bd5bd7e3..a85bae968262 100644 --- a/include/acpi/actypes.h +++ b/include/acpi/actypes.h @@ -519,13 +519,6 @@ typedef u64 acpi_integer; #define ACPI_SLEEP_TYPE_INVALID 0xFF /* - * Sleep/Wake flags - */ -#define ACPI_NO_OPTIONAL_METHODS 0x00 /* Do not execute any optional methods */ -#define ACPI_EXECUTE_GTS 0x01 /* For enter sleep interface */ -#define ACPI_EXECUTE_BFS 0x02 /* For leave sleep prep interface */ - -/* * Standard notify values */ #define ACPI_NOTIFY_BUS_CHECK (u8) 0x00 |