All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH -next] leds: mlxcpld: remove unused including <linux/version.h>
@ 2016-09-13 14:58 Wei Yongjun
  2016-09-13 16:12 ` Vadim Pasternak
  0 siblings, 1 reply; 2+ messages in thread
From: Wei Yongjun @ 2016-09-13 14:58 UTC (permalink / raw)
  To: Vadim Pasternak, Richard Purdie, Jacek Anaszewski; +Cc: Wei Yongjun, linux-leds

From: Wei Yongjun <weiyongjun1@huawei.com>

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

Signed-off-by: Wei Yongjun <weiyongjun1@huawei.com>
---
 drivers/leds/leds-mlxcpld.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/drivers/leds/leds-mlxcpld.c b/drivers/leds/leds-mlxcpld.c
index 125ddfa..f4a0bbd 100644
--- a/drivers/leds/leds-mlxcpld.c
+++ b/drivers/leds/leds-mlxcpld.c
@@ -42,7 +42,6 @@
 #include <linux/mod_devicetable.h>
 #include <linux/platform_device.h>
 #include <linux/slab.h>
-#include <linux/version.h>
 
 #define MLXPLAT_CPLD_LPC_REG_BASE_ADRR     0x2500 /* LPC bus access */

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

* RE: [PATCH -next] leds: mlxcpld: remove unused including <linux/version.h>
  2016-09-13 14:58 [PATCH -next] leds: mlxcpld: remove unused including <linux/version.h> Wei Yongjun
@ 2016-09-13 16:12 ` Vadim Pasternak
  0 siblings, 0 replies; 2+ messages in thread
From: Vadim Pasternak @ 2016-09-13 16:12 UTC (permalink / raw)
  To: Wei Yongjun, Richard Purdie, Jacek Anaszewski; +Cc: Wei Yongjun, linux-leds



> -----Original Message-----
> From: Wei Yongjun [mailto:weiyj.lk@gmail.com]
> Sent: Tuesday, September 13, 2016 5:59 PM
> To: Vadim Pasternak <vadimp@mellanox.com>; Richard Purdie
> <rpurdie@rpsys.net>; Jacek Anaszewski <j.anaszewski@samsung.com>
> Cc: Wei Yongjun <weiyongjun1@huawei.com>; linux-leds@vger.kernel.org
> Subject: [PATCH -next] leds: mlxcpld: remove unused including <linux/version.h>
> 
> From: Wei Yongjun <weiyongjun1@huawei.com>
> 
> Remove including <linux/version.h> that don't need it.
> 
> Signed-off-by: Wei Yongjun <weiyongjun1@huawei.com>
> ---
>  drivers/leds/leds-mlxcpld.c | 1 -
>  1 file changed, 1 deletion(-)
> 
> diff --git a/drivers/leds/leds-mlxcpld.c b/drivers/leds/leds-mlxcpld.c index
> 125ddfa..f4a0bbd 100644
> --- a/drivers/leds/leds-mlxcpld.c
> +++ b/drivers/leds/leds-mlxcpld.c
> @@ -42,7 +42,6 @@
>  #include <linux/mod_devicetable.h>
>  #include <linux/platform_device.h>
>  #include <linux/slab.h>
> -#include <linux/version.h>
> 
>  #define MLXPLAT_CPLD_LPC_REG_BASE_ADRR     0x2500 /* LPC bus access */

Acked-by: Vadim Pasternak <vadimp@mellanox.com>

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

end of thread, other threads:[~2016-09-13 16:12 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-09-13 14:58 [PATCH -next] leds: mlxcpld: remove unused including <linux/version.h> Wei Yongjun
2016-09-13 16:12 ` Vadim Pasternak

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.