Commit fdf0df8c authored by Jiapeng Chong's avatar Jiapeng Chong Committed by Thomas Bogendoerfer

bus: bt1-apb: Remove duplicate include

./drivers/bus/bt1-apb.c: linux/clk.h is included more than once.
Reported-by: default avatarAbaci Robot <abaci@linux.alibaba.com>
Closes: https://bugzilla.openanolis.cn/show_bug.cgi?id=8312Signed-off-by: default avatarJiapeng Chong <jiapeng.chong@linux.alibaba.com>
Acked-by: default avatarSerge Semin <fancer.lancer@gmail.com>
Signed-off-by: default avatarThomas Bogendoerfer <tsbogend@alpha.franken.de>
parent 78a0eda0
...@@ -22,7 +22,6 @@ ...@@ -22,7 +22,6 @@
#include <linux/clk.h> #include <linux/clk.h>
#include <linux/reset.h> #include <linux/reset.h>
#include <linux/time64.h> #include <linux/time64.h>
#include <linux/clk.h>
#include <linux/sysfs.h> #include <linux/sysfs.h>
#define APB_EHB_ISR 0x00 #define APB_EHB_ISR 0x00
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment