]> git.ipfire.org Git - thirdparty/kernel/stable.git/commitdiff
coresight: etm4x: don't include '<linux/pm_wakeup.h>' directly
authorWolfram Sang <wsa+renesas@sang-engineering.com>
Mon, 10 Feb 2025 11:36:36 +0000 (12:36 +0100)
committerSuzuki K Poulose <suzuki.poulose@arm.com>
Wed, 26 Feb 2025 11:24:57 +0000 (11:24 +0000)
The header clearly states that it does not want to be included directly,
only via '<linux/(platform_)?device.h>'. Which is already present, so
delete the superfluous include.

Signed-off-by: Wolfram Sang <wsa+renesas@sang-engineering.com>
Acked-by: Suzuki K Poulose <suzuki.poulose@arm.com>
Signed-off-by: Suzuki K Poulose <suzuki.poulose@arm.com>
Link: https://lore.kernel.org/r/20250210113635.51935-2-wsa+renesas@sang-engineering.com
drivers/hwtracing/coresight/coresight-etm4x-core.c

index 2c1a60577728e2f491e5d46b7803b41cd5041503..bdb9262798cc9c79f010d1033368e95f061cede0 100644 (file)
@@ -24,7 +24,6 @@
 #include <linux/cpu_pm.h>
 #include <linux/coresight.h>
 #include <linux/coresight-pmu.h>
-#include <linux/pm_wakeup.h>
 #include <linux/amba/bus.h>
 #include <linux/seq_file.h>
 #include <linux/uaccess.h>