All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] watchdog: ziirave_wdt: remove unused including <linux/version.h>
@ 2020-12-25  8:49 Tian Tao
  2020-12-25 14:19 ` Guenter Roeck
  0 siblings, 1 reply; 2+ messages in thread
From: Tian Tao @ 2020-12-25  8:49 UTC (permalink / raw)
  To: wim, linux; +Cc: linux-watchdog

Remove including <linux/version.h> that don't need it.

Signed-off-by: Tian Tao <tiantao6@hisilicon.com>
---
 drivers/watchdog/ziirave_wdt.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/drivers/watchdog/ziirave_wdt.c b/drivers/watchdog/ziirave_wdt.c
index cab86a0..4297280 100644
--- a/drivers/watchdog/ziirave_wdt.c
+++ b/drivers/watchdog/ziirave_wdt.c
@@ -18,7 +18,6 @@
 #include <linux/slab.h>
 #include <linux/sysfs.h>
 #include <linux/types.h>
-#include <linux/version.h>
 #include <linux/watchdog.h>
 
 #include <asm/unaligned.h>
-- 
2.7.4


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

* Re: [PATCH] watchdog: ziirave_wdt: remove unused including <linux/version.h>
  2020-12-25  8:49 [PATCH] watchdog: ziirave_wdt: remove unused including <linux/version.h> Tian Tao
@ 2020-12-25 14:19 ` Guenter Roeck
  0 siblings, 0 replies; 2+ messages in thread
From: Guenter Roeck @ 2020-12-25 14:19 UTC (permalink / raw)
  To: Tian Tao, wim; +Cc: linux-watchdog

On 12/25/20 12:49 AM, Tian Tao wrote:
> Remove including <linux/version.h> that don't need it.
> 
> Signed-off-by: Tian Tao <tiantao6@hisilicon.com>

Reviewed-by: Guenter Roeck <linux@roeck-us.net>

> ---
>  drivers/watchdog/ziirave_wdt.c | 1 -
>  1 file changed, 1 deletion(-)
> 
> diff --git a/drivers/watchdog/ziirave_wdt.c b/drivers/watchdog/ziirave_wdt.c
> index cab86a0..4297280 100644
> --- a/drivers/watchdog/ziirave_wdt.c
> +++ b/drivers/watchdog/ziirave_wdt.c
> @@ -18,7 +18,6 @@
>  #include <linux/slab.h>
>  #include <linux/sysfs.h>
>  #include <linux/types.h>
> -#include <linux/version.h>
>  #include <linux/watchdog.h>
>  
>  #include <asm/unaligned.h>
> 


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

end of thread, other threads:[~2020-12-25 14:20 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-12-25  8:49 [PATCH] watchdog: ziirave_wdt: remove unused including <linux/version.h> Tian Tao
2020-12-25 14:19 ` Guenter Roeck

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.