Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1503048 > unrolled thread

[PATCH -next] staging: i4l: pcbit: drv: remove duplicated include from drv.c

Started byWei Yongjun <weiyj.lk@gmail.com>
First post2016-10-18 16:40 +0200
Last post2016-10-18 16:40 +0200
Articles 1 — 1 participant

Back to article view | Back to linux.kernel


Contents

  [PATCH -next] staging: i4l: pcbit: drv: remove duplicated include from drv.c Wei Yongjun <weiyj.lk@gmail.com> - 2016-10-18 16:40 +0200

#1503048 — [PATCH -next] staging: i4l: pcbit: drv: remove duplicated include from drv.c

FromWei Yongjun <weiyj.lk@gmail.com>
Date2016-10-18 16:40 +0200
Subject[PATCH -next] staging: i4l: pcbit: drv: remove duplicated include from drv.c
Message-ID<stDIC-2X6-41@gated-at.bofh.it>
From: Wei Yongjun <weiyongjun1@huawei.com>

Remove duplicated include.

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

diff --git a/drivers/staging/i4l/pcbit/drv.c b/drivers/staging/i4l/pcbit/drv.c
index 87b8522..89b0b5b 100644
--- a/drivers/staging/i4l/pcbit/drv.c
+++ b/drivers/staging/i4l/pcbit/drv.c
@@ -27,7 +27,6 @@
 #include <linux/slab.h>
 #include <linux/mm.h>
 #include <linux/interrupt.h>
-#include <linux/string.h>
 #include <linux/skbuff.h>
 
 #include <linux/isdnif.h>

[toc] | [standalone]


Back to top | Article view | linux.kernel


csiph-web