]> git.kernelconcepts.de Git - karo-tx-linux.git/blobdiff - drivers/acpi/processor_throttling.c
Merge branch 'processor-procfs-2.6.32' into release
[karo-tx-linux.git] / drivers / acpi / processor_throttling.c
index b366b9c13d4db725a90fa5e21d1e46aea6d54738..ce7cf3bc5101fb37743740f9c9b34def03ac82ae 100644 (file)
@@ -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