summaryrefslogtreecommitdiff
path: root/drivers/pci/pcie
diff options
context:
space:
mode:
authorIlpo Järvinen <ilpo.jarvinen@linux.intel.com>2023-09-15 18:57:51 +0300
committerBjorn Helgaas <bhelgaas@google.com>2023-10-10 16:03:51 -0500
commit3c4f460480b0696e3cd0b019ba7915c57923961c (patch)
tree6e7150b967147ca94457632c03ad17c968ef9bcb /drivers/pci/pcie
parent4ea9c414422ddd2b4aafa5d5ed6f61e1e0e85422 (diff)
PCI/ASPM: Remove unnecessary includes
aspm.c does not use anything from delay.h nor jiffies.h so remove the includes. Link: https://lore.kernel.org/r/20230915155752.84640-7-ilpo.jarvinen@linux.intel.com Signed-off-by: Ilpo Järvinen <ilpo.jarvinen@linux.intel.com> Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>
Diffstat (limited to 'drivers/pci/pcie')
-rw-r--r--drivers/pci/pcie/aspm.c2
1 files changed, 0 insertions, 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"