diff options
author | Ilpo Järvinen <ilpo.jarvinen@linux.intel.com> | 2023-09-15 17:57:51 +0200 |
---|---|---|
committer | Bjorn Helgaas <bhelgaas@google.com> | 2023-10-10 23:03:51 +0200 |
commit | 3c4f460480b0696e3cd0b019ba7915c57923961c (patch) | |
tree | 6e7150b967147ca94457632c03ad17c968ef9bcb /drivers/pci/pcie/aspm.c | |
parent | PCI/ASPM: Use FIELD_MAX() instead of literals (diff) | |
download | linux-3c4f460480b0696e3cd0b019ba7915c57923961c.tar.xz linux-3c4f460480b0696e3cd0b019ba7915c57923961c.zip |
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/aspm.c')
-rw-r--r-- | drivers/pci/pcie/aspm.c | 2 |
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" |