vserver 2.0 rc7
[linux-2.6.git] / drivers / acpi / processor_throttling.c
index db0b31d..be9f569 100644 (file)
@@ -308,7 +308,7 @@ end:
        return_VALUE(0);
 }
 
-int acpi_processor_throttling_open_fs(struct inode *inode, struct file *file)
+static int acpi_processor_throttling_open_fs(struct inode *inode, struct file *file)
 {
        return single_open(file, acpi_processor_throttling_seq_show,
                                                PDE(inode)->data);