[PATCH 6/7] PCI/ASPM: Remove unnecessary includes

Ilpo Järvinen posted 7 patches 2 years, 4 months ago
[PATCH 6/7] PCI/ASPM: Remove unnecessary includes
Posted by Ilpo Järvinen 2 years, 4 months ago
aspm.c does not use anything from delay.h nor jiffies.h so remove the
includes.

Signed-off-by: Ilpo Järvinen <ilpo.jarvinen@linux.intel.com>
---
 drivers/pci/pcie/aspm.c | 2 --
 1 file changed, 2 deletions(-)

diff --git a/drivers/pci/pcie/aspm.c b/drivers/pci/pcie/aspm.c
index fac6c5a0be26..fb25892d15b7 100644
--- a/drivers/pci/pcie/aspm.c
+++ b/drivers/pci/pcie/aspm.c
@@ -19,8 +19,6 @@
 #include <linux/pm.h>
 #include <linux/init.h>
 #include <linux/slab.h>
-#include <linux/jiffies.h>
-#include <linux/delay.h>
 #include <linux/time.h>
 
 #include "../pci.h"
-- 
2.30.2