Skip to content

Commit b6d44aa

Browse files
Leo-Yanchessturo
authored andcommitted
perf: Remove redundant kernel.h include
Now that the bitfield dependency is resolved, the explicit inclusion of kernel.h is no longer needed. Remove the redundant include. Signed-off-by: Leo Yan <leo.yan@arm.com>
1 parent 304c464 commit b6d44aa

2 files changed

Lines changed: 0 additions & 2 deletions

File tree

tools/perf/arch/arm64/util/header.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
#include <linux/kernel.h>
21
#include <linux/bits.h>
32
#include <linux/bitfield.h>
43
#include <stdio.h>

tools/perf/util/cs-etm.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66
* Author: Mathieu Poirier <mathieu.poirier@linaro.org>
77
*/
88

9-
#include <linux/kernel.h>
109
#include <linux/bitfield.h>
1110
#include <linux/bitops.h>
1211
#include <linux/coresight-pmu.h>

0 commit comments

Comments
 (0)