diff options
| author | Hans Zhang <18255117159@163.com> | 2025-06-08 00:02:01 +0800 |
|---|---|---|
| committer | Manivannan Sadhasivam <mani@kernel.org> | 2025-06-12 18:45:12 +0530 |
| commit | 1fdb13f92388dfc936624b0a0d6abae362b0ace3 (patch) | |
| tree | 01a8d243af519b78d50939858d4274f010339a6c | |
| parent | PCI: rockchip-host: Correct non-fatal error log message (diff) | |
| download | linux-1fdb13f92388dfc936624b0a0d6abae362b0ace3.tar.gz linux-1fdb13f92388dfc936624b0a0d6abae362b0ace3.zip | |
PCI: rockchip-host: Remove unused header includes
Clean up the driver by removing unnecessary header includes that are no
longer referenced after the recent refactoring.
Signed-off-by: Hans Zhang <18255117159@163.com>
[mani: commit message rewording]
Signed-off-by: Manivannan Sadhasivam <mani@kernel.org>
Reviewed-by: Manivannan Sadhasivam <mani@kernel.org>
Acked-by: Shawn Lin <shawn.lin@rock-chips.com>
Link: https://patch.msgid.link/20250607160201.807043-4-18255117159@163.com
| -rw-r--r-- | drivers/pci/controller/pcie-rockchip-host.c | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/drivers/pci/controller/pcie-rockchip-host.c b/drivers/pci/controller/pcie-rockchip-host.c index 63a6012d8937..9b5a4e1de73d 100644 --- a/drivers/pci/controller/pcie-rockchip-host.c +++ b/drivers/pci/controller/pcie-rockchip-host.c @@ -12,26 +12,17 @@ */ #include <linux/bitrev.h> -#include <linux/clk.h> -#include <linux/delay.h> #include <linux/gpio/consumer.h> -#include <linux/init.h> #include <linux/interrupt.h> #include <linux/iopoll.h> #include <linux/irq.h> #include <linux/irqchip/chained_irq.h> #include <linux/irqdomain.h> -#include <linux/kernel.h> -#include <linux/mfd/syscon.h> #include <linux/module.h> #include <linux/of.h> #include <linux/of_pci.h> -#include <linux/pci.h> -#include <linux/pci_ids.h> #include <linux/phy/phy.h> #include <linux/platform_device.h> -#include <linux/reset.h> -#include <linux/regmap.h> #include "../pci.h" #include "pcie-rockchip.h" |
