From: Hans Zhang <18255117159@163.com> Date: Sat, 7 Jun 2025 16:02:01 +0000 (+0800) Subject: PCI: rockchip-host: Remove unused header includes X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=1fdb13f92388dfc936624b0a0d6abae362b0ace3;p=thirdparty%2Fkernel%2Flinux.git 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 Reviewed-by: Manivannan Sadhasivam Acked-by: Shawn Lin Link: https://patch.msgid.link/20250607160201.807043-4-18255117159@163.com --- 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 -#include -#include #include -#include #include #include #include #include #include -#include -#include #include #include #include -#include -#include #include #include -#include -#include #include "../pci.h" #include "pcie-rockchip.h"