public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] [linux-next] staging: greybus: Remove duplicate include file
@ 2017-02-01 11:05 Masanari Iida
  2017-02-03 12:43 ` Johan Hovold
  0 siblings, 1 reply; 2+ messages in thread
From: Masanari Iida @ 2017-02-01 11:05 UTC (permalink / raw)
  To: johan, elder, gregkh, linux-kernel, greybus-dev; +Cc: Masanari Iida

This patch removed duplicated include line.

Signed-off-by: Masanari Iida <standby24x7@gmail.com>
---
 drivers/staging/greybus/authentication.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/drivers/staging/greybus/authentication.c b/drivers/staging/greybus/authentication.c
index 168626ba0c03..6c5dcb1c226b 100644
--- a/drivers/staging/greybus/authentication.c
+++ b/drivers/staging/greybus/authentication.c
@@ -16,7 +16,6 @@
 
 #include "greybus_authentication.h"
 #include "firmware.h"
-#include "greybus.h"
 
 #define CAP_TIMEOUT_MS		1000
 
-- 
2.11.0.616.g8f60064c1f53

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

* Re: [PATCH] [linux-next] staging: greybus: Remove duplicate include file
  2017-02-01 11:05 [PATCH] [linux-next] staging: greybus: Remove duplicate include file Masanari Iida
@ 2017-02-03 12:43 ` Johan Hovold
  0 siblings, 0 replies; 2+ messages in thread
From: Johan Hovold @ 2017-02-03 12:43 UTC (permalink / raw)
  To: Masanari Iida; +Cc: johan, elder, gregkh, linux-kernel, greybus-dev

On Wed, Feb 01, 2017 at 08:05:07PM +0900, Masanari Iida wrote:
> This patch removed duplicated include line.
> 
> Signed-off-by: Masanari Iida <standby24x7@gmail.com>
> ---
>  drivers/staging/greybus/authentication.c | 1 -
>  1 file changed, 1 deletion(-)
> 
> diff --git a/drivers/staging/greybus/authentication.c b/drivers/staging/greybus/authentication.c
> index 168626ba0c03..6c5dcb1c226b 100644
> --- a/drivers/staging/greybus/authentication.c
> +++ b/drivers/staging/greybus/authentication.c
> @@ -16,7 +16,6 @@
>  
>  #include "greybus_authentication.h"
>  #include "firmware.h"
> -#include "greybus.h"

Please remove the other "greybus.h" include that precedes the "system"
includes instead.

>  
>  #define CAP_TIMEOUT_MS		1000

Also add a component prefix to your subject (i.e. "staging: greybus:
authentication: remove...").

Thanks,
Johan

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

end of thread, other threads:[~2017-02-03 12:43 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-02-01 11:05 [PATCH] [linux-next] staging: greybus: Remove duplicate include file Masanari Iida
2017-02-03 12:43 ` Johan Hovold

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox