Skip to content

Commit

Permalink
ACPI: delelte more BFS/GTS related definition and code
Browse files Browse the repository at this point in the history
This is a follow on for commmit 3f6f49c "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>
  • Loading branch information
Feng Tang authored and Len Brown committed Sep 21, 2012
1 parent c46de22 commit a950c13
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 10 deletions.
1 change: 0 additions & 1 deletion drivers/acpi/acpica/hwxfsleep.c
Original file line number Diff line number Diff line change
Expand Up @@ -381,7 +381,6 @@ ACPI_EXPORT_SYMBOL(acpi_enter_sleep_state)
* FUNCTION: acpi_leave_sleep_state_prep
*
* PARAMETERS: sleep_state - Which sleep state we are exiting
* flags - ACPI_EXECUTE_BFS to run optional method
*
* RETURN: Status
*
Expand Down
2 changes: 0 additions & 2 deletions include/acpi/acnames.h
Original file line number Diff line number Diff line change
Expand Up @@ -66,8 +66,6 @@

/* Method names - these methods must appear at the namespace root */

#define METHOD_PATHNAME__BFS "\\_BFS"
#define METHOD_PATHNAME__GTS "\\_GTS"
#define METHOD_PATHNAME__PTS "\\_PTS"
#define METHOD_PATHNAME__SST "\\_SI._SST"
#define METHOD_PATHNAME__WAK "\\_WAK"
Expand Down
7 changes: 0 additions & 7 deletions include/acpi/actypes.h
Original file line number Diff line number Diff line change
Expand Up @@ -518,13 +518,6 @@ typedef u64 acpi_integer;
#define ACPI_SLEEP_TYPE_MAX 0x7
#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
*/
Expand Down

0 comments on commit a950c13

Please sign in to comment.