diff options
| author | Len Brown <len.brown@intel.com> | 2009-09-19 02:10:40 -0400 | 
|---|---|---|
| committer | Len Brown <len.brown@intel.com> | 2009-09-19 02:10:40 -0400 | 
| commit | cbeee13570adfb0af494a07074958e4888c2351c (patch) | |
| tree | 998d9ff501c4abe19ebe5c262aa5b7052fa80b72 /drivers/acpi/processor_throttling.c | |
| parent | 7ef0143e2f898f9bf675c81bdf0e045c8dd53c57 (diff) | |
| parent | b188e4ce3b7965ecc8d45191042cc9d25f6b90ee (diff) | |
| download | olio-linux-3.10-cbeee13570adfb0af494a07074958e4888c2351c.tar.xz olio-linux-3.10-cbeee13570adfb0af494a07074958e4888c2351c.zip  | |
Merge branch 'processor-procfs-2.6.32' into release
Diffstat (limited to 'drivers/acpi/processor_throttling.c')
| -rw-r--r-- | drivers/acpi/processor_throttling.c | 3 | 
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/acpi/processor_throttling.c b/drivers/acpi/processor_throttling.c index b366b9c13d4..ce7cf3bc510 100644 --- a/drivers/acpi/processor_throttling.c +++ b/drivers/acpi/processor_throttling.c @@ -1218,7 +1218,7 @@ int acpi_processor_get_throttling_info(struct acpi_processor *pr)  }  /* proc interface */ - +#ifdef CONFIG_ACPI_PROCFS  static int acpi_processor_throttling_seq_show(struct seq_file *seq,  					      void *offset)  { @@ -1326,3 +1326,4 @@ const struct file_operations acpi_processor_throttling_fops = {  	.llseek = seq_lseek,  	.release = single_release,  }; +#endif  |