Skip to content

Commit cade8a8

Browse files
Wolfram SangSuzuki K Poulose
authored andcommitted
coresight: etm4x: don't include '<linux/pm_wakeup.h>' directly
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 <[email protected]> Acked-by: Suzuki K Poulose <[email protected]> Signed-off-by: Suzuki K Poulose <[email protected]> Link: https://lore.kernel.org/r/[email protected]
1 parent 2197cbc commit cade8a8

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

drivers/hwtracing/coresight/coresight-etm4x-core.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@
2424
#include <linux/cpu_pm.h>
2525
#include <linux/coresight.h>
2626
#include <linux/coresight-pmu.h>
27-
#include <linux/pm_wakeup.h>
2827
#include <linux/amba/bus.h>
2928
#include <linux/seq_file.h>
3029
#include <linux/uaccess.h>

0 commit comments

Comments
 (0)