summaryrefslogtreecommitdiff
path: root/drivers/remoteproc
diff options
context:
space:
mode:
authorPeng Fan <peng.fan@nxp.com>2025-10-16 19:48:00 +0800
committerMathieu Poirier <mathieu.poirier@linaro.org>2025-10-27 09:26:01 -0600
commit6e863a57dd27f642b77fa196d0f4e2a167e27316 (patch)
tree664954672aa7075d237297f39e641cd3c1e2b51a /drivers/remoteproc
parentf1b26faafdc3bb9afd8d3b67089980ef34c7f7db (diff)
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 <peng.fan@nxp.com> Acked-by: Andrew Davis <afd@ti.com> Link: https://lore.kernel.org/r/20251016-rproc-cleanup-v3-v3-3-774083716e8a@nxp.com Signed-off-by: Mathieu Poirier <mathieu.poirier@linaro.org>
Diffstat (limited to 'drivers/remoteproc')
-rw-r--r--drivers/remoteproc/remoteproc_core.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/drivers/remoteproc/remoteproc_core.c b/drivers/remoteproc/remoteproc_core.c
index f7d21e99d171..8004a4803483 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 <asm/byteorder.h>
-#include <linux/crc32.h>
-#include <linux/debugfs.h>
#include <linux/delay.h>
#include <linux/device.h>
#include <linux/dma-mapping.h>
@@ -30,14 +28,12 @@
#include <linux/module.h>
#include <linux/mutex.h>
#include <linux/of_platform.h>
-#include <linux/of_reserved_mem.h>
#include <linux/panic_notifier.h>
#include <linux/platform_device.h>
#include <linux/rculist.h>
#include <linux/remoteproc.h>
#include <linux/slab.h>
#include <linux/string.h>
-#include <linux/virtio_ids.h>
#include <linux/virtio_ring.h>
#include "remoteproc_internal.h"