Skip to content

Commit

Permalink
PCI/ASPM: Remove unnecessary includes
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
ij-intel authored and bjorn-helgaas committed Oct 10, 2023
1 parent 4ea9c41 commit 3c4f460
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions drivers/pci/pcie/aspm.c
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 3c4f460

Please sign in to comment.