diff mbox series

[2/2] perf/amlogic: Remove unused including <linux/version.h>

Message ID 20221129032108.119661-1-jiapeng.chong@linux.alibaba.com (mailing list archive)
State New, archived
Headers show
Series [1/2] perf/amlogic: Remove unused including <linux/version.h> | expand

Commit Message

Jiapeng Chong Nov. 29, 2022, 3:21 a.m. UTC
./drivers/perf/amlogic/meson_ddr_pmu_core.c: 19 linux/version.h not needed.

Link: https://bugzilla.openanolis.cn/show_bug.cgi?id=3282
Reported-by: Abaci Robot <abaci@linux.alibaba.com>
Signed-off-by: Jiapeng Chong <jiapeng.chong@linux.alibaba.com>
---
 drivers/perf/amlogic/meson_ddr_pmu_core.c | 1 -
 1 file changed, 1 deletion(-)

Comments

Will Deacon Nov. 29, 2022, 2:15 p.m. UTC | #1
On Tue, Nov 29, 2022 at 11:21:07AM +0800, Jiapeng Chong wrote:
> ./drivers/perf/amlogic/meson_ddr_pmu_core.c: 19 linux/version.h not needed.
> 
> Link: https://bugzilla.openanolis.cn/show_bug.cgi?id=3282
> Reported-by: Abaci Robot <abaci@linux.alibaba.com>
> Signed-off-by: Jiapeng Chong <jiapeng.chong@linux.alibaba.com>
> ---
>  drivers/perf/amlogic/meson_ddr_pmu_core.c | 1 -
>  1 file changed, 1 deletion(-)


I'll squash these two patches together and bulk up the commit message a
bit. Thanks.

Will
diff mbox series

Patch

diff --git a/drivers/perf/amlogic/meson_ddr_pmu_core.c b/drivers/perf/amlogic/meson_ddr_pmu_core.c
index 0ff7c0449ac2..b84346dbac2c 100644
--- a/drivers/perf/amlogic/meson_ddr_pmu_core.c
+++ b/drivers/perf/amlogic/meson_ddr_pmu_core.c
@@ -16,7 +16,6 @@ 
 #include <linux/printk.h>
 #include <linux/sysfs.h>
 #include <linux/types.h>
-#include <linux/version.h>
 
 #include <soc/amlogic/meson_ddr_pmu.h>