Skip to content

Commit ce00d12

Browse files
Jiapeng Chongwilldeacon
authored andcommitted
perf/amlogic: Remove unused header inclusions of <linux/version.h>
According to the "Abaci Robot": | ./drivers/perf/amlogic/meson_g12_ddr_pmu.c:15 linux/version.h not needed. | ./drivers/perf/amlogic/meson_ddr_pmu_core.c: 19 linux/version.h not needed. So drop the unnecessary #include directives. Link: https://bugzilla.openanolis.cn/show_bug.cgi?id=3280 Link: https://bugzilla.openanolis.cn/show_bug.cgi?id=3282 Reported-by: Abaci Robot <[email protected]> Signed-off-by: Jiapeng Chong <[email protected]> Link: https://lore.kernel.org/r/[email protected] Link: https://lore.kernel.org/r/[email protected] [will: Squashed patches together, filled out commit message a bit more] Signed-off-by: Will Deacon <[email protected]>
1 parent 7299fdc commit ce00d12

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

drivers/perf/amlogic/meson_ddr_pmu_core.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@
1616
#include <linux/printk.h>
1717
#include <linux/sysfs.h>
1818
#include <linux/types.h>
19-
#include <linux/version.h>
2019

2120
#include <soc/amlogic/meson_ddr_pmu.h>
2221

drivers/perf/amlogic/meson_g12_ddr_pmu.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@
1212
#include <linux/platform_device.h>
1313
#include <linux/printk.h>
1414
#include <linux/types.h>
15-
#include <linux/version.h>
1615

1716
#include <soc/amlogic/meson_ddr_pmu.h>
1817

0 commit comments

Comments
 (0)