diff options
author | Zhang Rui <rui.zhang@intel.com> | 2010-10-08 01:55:17 -0400 |
---|---|---|
committer | Len Brown <len.brown@intel.com> | 2010-10-15 22:03:36 -0400 |
commit | 03e7c3432d40d067476eaf49ede29128b637998f (patch) | |
tree | 66686905308cbadd82464b998120c2f1e27ca70a /drivers/acpi/pci_root.c | |
parent | d5c6887c7fbaf7a149c3bf441338fa833c529fb4 (diff) |
ACPI: remove unused declaration of proc_fs.h
Remove unused declaration of proc_fs.h.
Signed-off-by: Zhang Rui <rui.zhang@intel.com>
Signed-off-by: Len Brown <len.brown@intel.com>
Diffstat (limited to 'drivers/acpi/pci_root.c')
-rw-r--r-- | drivers/acpi/pci_root.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/acpi/pci_root.c b/drivers/acpi/pci_root.c index 3ba8d1f44a73..96668ad09622 100644 --- a/drivers/acpi/pci_root.c +++ b/drivers/acpi/pci_root.c | |||
@@ -27,7 +27,6 @@ | |||
27 | #include <linux/module.h> | 27 | #include <linux/module.h> |
28 | #include <linux/init.h> | 28 | #include <linux/init.h> |
29 | #include <linux/types.h> | 29 | #include <linux/types.h> |
30 | #include <linux/proc_fs.h> | ||
31 | #include <linux/spinlock.h> | 30 | #include <linux/spinlock.h> |
32 | #include <linux/pm.h> | 31 | #include <linux/pm.h> |
33 | #include <linux/pm_runtime.h> | 32 | #include <linux/pm_runtime.h> |