diff options
| author | Dominik Brodowski <linux@dominikbrodowski.de> | 2004-01-30 11:55:29 -0500 |
|---|---|---|
| committer | Len Brown <lenb@dhcppc3.> | 2004-01-30 11:55:29 -0500 |
| commit | 174b4ac0e57188b6737480ab2dca63b17682440a (patch) | |
| tree | 2d72919c228583ddd597e076f78bd8bf0132d001 /include/acpi/processor.h | |
| parent | 47e45d2fcd7b85bed0bb38876e96f799f02fe488 (diff) | |
[ACPI] Move the /proc/acpi/processor/./performance output to
drivers/acpi/processor.c -- it's the same for all lowlevel drivers.
By doing so, the lowlevel drivers no longer need
to have access to struct acpi_processor.
from Dominik Brodowski
Diffstat (limited to 'include/acpi/processor.h')
| -rw-r--r-- | include/acpi/processor.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/acpi/processor.h b/include/acpi/processor.h index f693a665b00a..325bcd7713fe 100644 --- a/include/acpi/processor.h +++ b/include/acpi/processor.h @@ -77,7 +77,6 @@ struct acpi_processor_performance { int state_count; struct acpi_processor_px states[ACPI_PROCESSOR_MAX_PERFORMANCE]; struct cpufreq_frequency_table freq_table[ACPI_PROCESSOR_MAX_PERFORMANCE]; - struct acpi_processor *pr; }; |
