linux-i2c.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] i2c: xgene-slimpro: remove unused including <linux/version.h>
@ 2021-04-02  1:17 Tian Tao
  2021-04-08 21:09 ` Wolfram Sang
  0 siblings, 1 reply; 2+ messages in thread
From: Tian Tao @ 2021-04-02  1:17 UTC (permalink / raw)
  To: linux-i2c

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

Signed-off-by: Tian Tao <tiantao6@hisilicon.com>
Signed-off-by: Zhiqi Song <songzhiqi1@huawei.com>
---
 drivers/i2c/busses/i2c-xgene-slimpro.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/drivers/i2c/busses/i2c-xgene-slimpro.c b/drivers/i2c/busses/i2c-xgene-slimpro.c
index 63cbb9c7..bba08cb 100644
--- a/drivers/i2c/busses/i2c-xgene-slimpro.c
+++ b/drivers/i2c/busses/i2c-xgene-slimpro.c
@@ -19,7 +19,6 @@
 #include <linux/module.h>
 #include <linux/of.h>
 #include <linux/platform_device.h>
-#include <linux/version.h>
 
 #define MAILBOX_OP_TIMEOUT		1000	/* Operation time out in ms */
 #define MAILBOX_I2C_INDEX		0
-- 
2.7.4


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

* Re: [PATCH] i2c: xgene-slimpro: remove unused including <linux/version.h>
  2021-04-02  1:17 [PATCH] i2c: xgene-slimpro: remove unused including <linux/version.h> Tian Tao
@ 2021-04-08 21:09 ` Wolfram Sang
  0 siblings, 0 replies; 2+ messages in thread
From: Wolfram Sang @ 2021-04-08 21:09 UTC (permalink / raw)
  To: Tian Tao; +Cc: linux-i2c

[-- Attachment #1: Type: text/plain, Size: 271 bytes --]

On Fri, Apr 02, 2021 at 09:17:53AM +0800, Tian Tao wrote:
> Remove including <linux/version.h> that don't need it.
> 
> Signed-off-by: Tian Tao <tiantao6@hisilicon.com>
> Signed-off-by: Zhiqi Song <songzhiqi1@huawei.com>

Applied to for-next (squashed), thanks!


[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]

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

end of thread, other threads:[~2021-04-08 21:09 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-04-02  1:17 [PATCH] i2c: xgene-slimpro: remove unused including <linux/version.h> Tian Tao
2021-04-08 21:09 ` Wolfram Sang

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).