diff options
Diffstat (limited to 'include/acpi/achware.h')
-rw-r--r-- | include/acpi/achware.h | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/include/acpi/achware.h b/include/acpi/achware.h index cd408103d268..58c69dc49ab4 100644 --- a/include/acpi/achware.h +++ b/include/acpi/achware.h | |||
@@ -44,11 +44,7 @@ | |||
44 | #ifndef __ACHWARE_H__ | 44 | #ifndef __ACHWARE_H__ |
45 | #define __ACHWARE_H__ | 45 | #define __ACHWARE_H__ |
46 | 46 | ||
47 | /* PM Timer ticks per second (HZ) */ | 47 | /* Values for the _SST predefined method */ |
48 | |||
49 | #define PM_TIMER_FREQUENCY 3579545 | ||
50 | |||
51 | /* Values for the _SST reserved method */ | ||
52 | 48 | ||
53 | #define ACPI_SST_INDICATOR_OFF 0 | 49 | #define ACPI_SST_INDICATOR_OFF 0 |
54 | #define ACPI_SST_WORKING 1 | 50 | #define ACPI_SST_WORKING 1 |
@@ -56,8 +52,6 @@ | |||
56 | #define ACPI_SST_SLEEPING 3 | 52 | #define ACPI_SST_SLEEPING 3 |
57 | #define ACPI_SST_SLEEP_CONTEXT 4 | 53 | #define ACPI_SST_SLEEP_CONTEXT 4 |
58 | 54 | ||
59 | /* Prototypes */ | ||
60 | |||
61 | /* | 55 | /* |
62 | * hwacpi - high level functions | 56 | * hwacpi - high level functions |
63 | */ | 57 | */ |