linux-usb.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH -next] usb: typec: tipd: Remove duplicated include from core.c
@ 2021-03-25  3:12 'Qinglang Miao
  2021-03-25  3:26 ` Qinglang Miao
  2021-03-25  7:36 ` Heikki Krogerus
  0 siblings, 2 replies; 5+ messages in thread
From: 'Qinglang Miao @ 2021-03-25  3:12 UTC (permalink / raw)
  To: miaoqinglang, Heikki Krogerus, Greg Kroah-Hartman,
	Guido Günther, Bryan O'Donoghue, Alexander A. Klimov,
	Wei Yongjun
  Cc: linux-usb, kernel-janitors, Hulk Robot

From: Qinglang Miao <miaoqinglang@huawei.com>

Remove duplicated include.

Reported-by: Hulk Robot <hulkci@huawei.com>
Signed-off-by: Qinglang Miao <miaoqinglang@huawei.com>
---
 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@linux.intel.com>
  */
 
-#include "tps6598x.h"
-
 #include <linux/i2c.h>
 #include <linux/acpi.h>
 #include <linux/module.h>


^ permalink raw reply related	[flat|nested] 5+ messages in thread

* Re: [PATCH -next] usb: typec: tipd: Remove duplicated include from core.c
  2021-03-25  3:12 [PATCH -next] usb: typec: tipd: Remove duplicated include from core.c 'Qinglang Miao
@ 2021-03-25  3:26 ` Qinglang Miao
  2021-03-25  7:36 ` Heikki Krogerus
  1 sibling, 0 replies; 5+ messages in thread
From: Qinglang Miao @ 2021-03-25  3:26 UTC (permalink / raw)
  To: Heikki Krogerus, Greg Kroah-Hartman, Guido Günther,
	Bryan O'Donoghue, Alexander A. Klimov, Wei Yongjun
  Cc: linux-usb, kernel-janitors, Hulk Robot

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@huawei.com>
> 
> Remove duplicated include.
> 
> Reported-by: Hulk Robot <hulkci@huawei.com>
> Signed-off-by: Qinglang Miao <miaoqinglang@huawei.com>
> ---
>   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@linux.intel.com>
>    */
>   
> -#include "tps6598x.h"
> -
>   #include <linux/i2c.h>
>   #include <linux/acpi.h>
>   #include <linux/module.h>
> 
> .
> 

^ permalink raw reply	[flat|nested] 5+ messages in thread

* [PATCH -next] usb: typec: tipd: Remove duplicated include from core.c
@ 2021-03-25  3:46 'Qinglang Miao
  0 siblings, 0 replies; 5+ messages in thread
From: 'Qinglang Miao @ 2021-03-25  3:46 UTC (permalink / raw)
  To: miaoqinglang, Heikki Krogerus, Greg Kroah-Hartman,
	Guido Günther, Bryan O'Donoghue, Alexander A. Klimov,
	Wei Yongjun
  Cc: linux-usb, kernel-janitors, Hulk Robot

From: Qinglang Miao <miaoqinglang@huawei.com>

Remove duplicated include.

Reported-by: Hulk Robot <hulkci@huawei.com>
Signed-off-by: Qinglang Miao <miaoqinglang@huawei.com>
---
 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@linux.intel.com>
  */
 
-#include "tps6598x.h"
-
 #include <linux/i2c.h>
 #include <linux/acpi.h>
 #include <linux/module.h>


^ permalink raw reply related	[flat|nested] 5+ messages in thread

* [PATCH -next] usb: typec: tipd: Remove duplicated include from core.c
@ 2021-03-25  3:48 'Qinglang Miao
  0 siblings, 0 replies; 5+ messages in thread
From: 'Qinglang Miao @ 2021-03-25  3:48 UTC (permalink / raw)
  To: miaoqinglang, Heikki Krogerus, Greg Kroah-Hartman,
	Guido Günther, Bryan O'Donoghue, Alexander A. Klimov,
	Wei Yongjun
  Cc: linux-usb, kernel-janitors, Hulk Robot

From: Qinglang Miao <miaoqinglang@huawei.com>

Remove duplicated include.

Reported-by: Hulk Robot <hulkci@huawei.com>
Signed-off-by: Qinglang Miao <miaoqinglang@huawei.com>
---
 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@linux.intel.com>
  */
 
-#include "tps6598x.h"
-
 #include <linux/i2c.h>
 #include <linux/acpi.h>
 #include <linux/module.h>


^ permalink raw reply related	[flat|nested] 5+ messages in thread

* Re: [PATCH -next] usb: typec: tipd: Remove duplicated include from core.c
  2021-03-25  3:12 [PATCH -next] usb: typec: tipd: Remove duplicated include from core.c 'Qinglang Miao
  2021-03-25  3:26 ` Qinglang Miao
@ 2021-03-25  7:36 ` Heikki Krogerus
  1 sibling, 0 replies; 5+ messages in thread
From: Heikki Krogerus @ 2021-03-25  7:36 UTC (permalink / raw)
  To: 'Qinglang Miao
  Cc: Greg Kroah-Hartman, Guido Günther, Bryan O'Donoghue,
	Alexander A. Klimov, Wei Yongjun, linux-usb, kernel-janitors,
	Hulk Robot

On Thu, Mar 25, 2021 at 11:12:55AM +0800, 'Qinglang Miao wrote:
> From: Qinglang Miao <miaoqinglang@huawei.com>
> 
> Remove duplicated include.
> 
> Reported-by: Hulk Robot <hulkci@huawei.com>
> Signed-off-by: Qinglang Miao <miaoqinglang@huawei.com>

Reviewed-by: Heikki Krogerus <heikki.krogerus@linux.intel.com>

> ---
>  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@linux.intel.com>
>   */
>  
> -#include "tps6598x.h"
> -
>  #include <linux/i2c.h>
>  #include <linux/acpi.h>
>  #include <linux/module.h>

thanks,

-- 
heikki

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2021-03-25  7:37 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-03-25  3:12 [PATCH -next] usb: typec: tipd: Remove duplicated include from core.c 'Qinglang Miao
2021-03-25  3:26 ` Qinglang Miao
2021-03-25  7:36 ` Heikki Krogerus
  -- strict thread matches above, loose matches on Subject: below --
2021-03-25  3:46 'Qinglang Miao
2021-03-25  3:48 'Qinglang Miao

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).