ACPICA: Remove redundant ACPI_BITREG_SLEEP_TYPE_B
This type is the same as TYPE_A. Removed this and all related instances. Renamed SLEEP_TYPE_A to simply SLEEP_TYPE. ACPICA BZ 754. http://www.acpica.org/bugzilla/show_bug.cgi?id=754 Signed-off-by: Bob Moore <robert.moore@intel.com> Signed-off-by: Lin Ming <ming.m.lin@intel.com> Signed-off-by: Len Brown <len.brown@intel.com>
This commit is contained in:
@@ -777,15 +777,14 @@ typedef u8 acpi_adr_space_type;
|
||||
#define ACPI_BITREG_SCI_ENABLE 0x0E
|
||||
#define ACPI_BITREG_BUS_MASTER_RLD 0x0F
|
||||
#define ACPI_BITREG_GLOBAL_LOCK_RELEASE 0x10
|
||||
#define ACPI_BITREG_SLEEP_TYPE_A 0x11
|
||||
#define ACPI_BITREG_SLEEP_TYPE_B 0x12
|
||||
#define ACPI_BITREG_SLEEP_ENABLE 0x13
|
||||
#define ACPI_BITREG_SLEEP_TYPE 0x11
|
||||
#define ACPI_BITREG_SLEEP_ENABLE 0x12
|
||||
|
||||
/* PM2 Control register */
|
||||
|
||||
#define ACPI_BITREG_ARB_DISABLE 0x14
|
||||
#define ACPI_BITREG_ARB_DISABLE 0x13
|
||||
|
||||
#define ACPI_BITREG_MAX 0x14
|
||||
#define ACPI_BITREG_MAX 0x13
|
||||
#define ACPI_NUM_BITREG ACPI_BITREG_MAX + 1
|
||||
|
||||
/*
|
||||
|
Reference in New Issue
Block a user