summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python
diff options
context:
space:
mode:
authorKalle Valo <kvalo@kernel.org>2024-04-26 17:19:38 +0300
committerPing-Ke Shih <pkshih@realtek.com>2024-05-02 06:05:13 +0300
commita890495b297b64880d34f32c0b8b3668bbf226da (patch)
tree2dfb8ed0de42fc29a65893878f62967ad302fafc /tools/perf/scripts/python
parent4e5957101d421627ed9e7ef8ce43a7e50e6d5822 (diff)
downloadlinux-a890495b297b64880d34f32c0b8b3668bbf226da.tar.xz
wifi: rtl8xxxu: remove some unused includes
I noticed by random that rtl8xxxu includes linux/wireless.h even though it doesn't need it. While investigating a bit more I found even more unused include files: #include <linux/init.h> #include <linux/sched.h> #include <linux/ethtool.h> It looks like that the includes are just copied to every file without checking if the file really needs the include. So more includes could be removed but that would need more careful analysis per each file. No functional changes, compile tested only. Signed-off-by: Kalle Valo <kvalo@kernel.org> Reviewed-by: Ping-Ke Shih <pkshih@realtek.com> Signed-off-by: Ping-Ke Shih <pkshih@realtek.com> Link: https://msgid.link/20240426141939.3881678-1-kvalo@kernel.org
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions