From 6e863a57dd27f642b77fa196d0f4e2a167e27316 Mon Sep 17 00:00:00 2001 From: Peng Fan Date: Thu, 16 Oct 2025 19:48:00 +0800 Subject: [PATCH] remoteproc: core: Removed unused headers There is no user of crc32.h, debugfs.h, of_reserved_mem.h, virtio_ids.h, so remove from the included headers. No functional changes. Signed-off-by: Peng Fan Acked-by: Andrew Davis Link: https://lore.kernel.org/r/20251016-rproc-cleanup-v3-v3-3-774083716e8a@nxp.com Signed-off-by: Mathieu Poirier --- drivers/remoteproc/remoteproc_core.c | 4 ---- 1 file changed, 4 deletions(-) diff --git a/drivers/remoteproc/remoteproc_core.c b/drivers/remoteproc/remoteproc_core.c index f7d21e99d1716..8004a48034837 100644 --- a/drivers/remoteproc/remoteproc_core.c +++ b/drivers/remoteproc/remoteproc_core.c @@ -17,8 +17,6 @@ #define pr_fmt(fmt) "%s: " fmt, __func__ #include -#include -#include #include #include #include @@ -30,14 +28,12 @@ #include #include #include -#include #include #include #include #include #include #include -#include #include #include "remoteproc_internal.h" -- 2.47.3