]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
PCI: rockchip-host: Remove unused header includes
authorHans Zhang <18255117159@163.com>
Sat, 7 Jun 2025 16:02:01 +0000 (00:02 +0800)
committerManivannan Sadhasivam <mani@kernel.org>
Thu, 12 Jun 2025 13:15:12 +0000 (18:45 +0530)
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
drivers/pci/controller/pcie-rockchip-host.c

index 63a6012d893702b5ee97f3901ecf7f60a8dcdb28..9b5a4e1de73d86bdfb94272af9f349c5e9bd0de8 100644 (file)
  */
 
 #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"