Sorry for the noise, I've send this same patch three times for stupid
reason.
Please ignore the following two.
在 2021/3/25 11:12, 'Qinglang Miao 写道:
From: Qinglang Miao <miaoqinglang@xxxxxxxxxx>
Remove duplicated include.
Reported-by: Hulk Robot <hulkci@xxxxxxxxxx>
Signed-off-by: Qinglang Miao <miaoqinglang@xxxxxxxxxx>
---
drivers/usb/typec/tipd/core.c | 2 --
1 file changed, 2 deletions(-)
diff --git a/drivers/usb/typec/tipd/core.c b/drivers/usb/typec/tipd/core.c
index d8212b15f6f9..938219bc1b4b 100644
--- a/drivers/usb/typec/tipd/core.c
+++ b/drivers/usb/typec/tipd/core.c
@@ -6,8 +6,6 @@
* Author: Heikki Krogerus <heikki.krogerus@xxxxxxxxxxxxxxx>
*/
-#include "tps6598x.h"
-
#include <linux/i2c.h>
#include <linux/acpi.h>
#include <linux/module.h>
.