From: Wolfram Sang Date: Mon, 10 Feb 2025 11:36:36 +0000 (+0100) Subject: coresight: etm4x: don't include '' directly X-Git-Tag: v6.15-rc1~78^2^2~28 X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=cade8a89b101dbcd0a169fd464a8dff079d11a2b;p=linux.git coresight: etm4x: don't include '' directly The header clearly states that it does not want to be included directly, only via ''. Which is already present, so delete the superfluous include. Signed-off-by: Wolfram Sang Acked-by: Suzuki K Poulose Signed-off-by: Suzuki K Poulose Link: https://lore.kernel.org/r/20250210113635.51935-2-wsa+renesas@sang-engineering.com --- diff --git a/drivers/hwtracing/coresight/coresight-etm4x-core.c b/drivers/hwtracing/coresight/coresight-etm4x-core.c index 2c1a60577728..bdb9262798cc 100644 --- a/drivers/hwtracing/coresight/coresight-etm4x-core.c +++ b/drivers/hwtracing/coresight/coresight-etm4x-core.c @@ -24,7 +24,6 @@ #include #include #include -#include #include #include #include