Skip to content

Commit 3c4f460

Browse files
ij-intelbjorn-helgaas
authored andcommitted
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/[email protected] Signed-off-by: Ilpo Järvinen <[email protected]> Signed-off-by: Bjorn Helgaas <[email protected]>
1 parent 4ea9c41 commit 3c4f460

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

drivers/pci/pcie/aspm.c

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,6 @@
1919
#include <linux/pm.h>
2020
#include <linux/init.h>
2121
#include <linux/slab.h>
22-
#include <linux/jiffies.h>
23-
#include <linux/delay.h>
2422
#include <linux/time.h>
2523

2624
#include "../pci.h"

0 commit comments

Comments
 (0)