[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <20230915155752.84640-7-ilpo.jarvinen@linux.intel.com>
Date: Fri, 15 Sep 2023 18:57:51 +0300
From: Ilpo Järvinen <ilpo.jarvinen@...ux.intel.com>
To: linux-pci@...r.kernel.org, Bjorn Helgaas <bhelgaas@...gle.com>,
linux-kernel@...r.kernel.org
Cc: Ilpo Järvinen <ilpo.jarvinen@...ux.intel.com>
Subject: [PATCH 6/7] PCI/ASPM: Remove unnecessary includes
aspm.c does not use anything from delay.h nor jiffies.h so remove the
includes.
Signed-off-by: Ilpo Järvinen <ilpo.jarvinen@...ux.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
Powered by blists - more mailing lists