Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1503041
| From | Wei Yongjun <weiyj.lk@gmail.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH -next] staging: i4l: pcbit: remove duplicated include from capi.c |
| Date | 2016-10-18 16:40 +0200 |
| Message-ID | <stDIC-2X6-17@gated-at.bofh.it> (permalink) |
| Organization | linux.* mail to news gateway |
From: Wei Yongjun <weiyongjun1@huawei.com> Remove duplicated include. Signed-off-by: Wei Yongjun <weiyongjun1@huawei.com> --- drivers/staging/i4l/pcbit/capi.c | 1 - 1 file changed, 1 deletion(-) diff --git a/drivers/staging/i4l/pcbit/capi.c b/drivers/staging/i4l/pcbit/capi.c index 91f2994..a6c4e00 100644 --- a/drivers/staging/i4l/pcbit/capi.c +++ b/drivers/staging/i4l/pcbit/capi.c @@ -27,7 +27,6 @@ * encode our number in CallerPN and ConnectedPN */ -#include <linux/string.h> #include <linux/kernel.h> #include <linux/types.h>
Back to linux.kernel | Previous | Next — Next in thread | Find similar | Unroll thread
[PATCH -next] staging: i4l: pcbit: remove duplicated include from capi.c Wei Yongjun <weiyj.lk@gmail.com> - 2016-10-18 16:40 +0200
Re: [PATCH -next] staging: i4l: pcbit: remove duplicated include from capi.c Alexander Alemayhu <alexander@alemayhu.com> - 2016-10-18 17:40 +0200
Re: [PATCH -next] staging: i4l: pcbit: remove duplicated include from capi.c Wei Yongjun <weiyj.lk@gmail.com> - 2016-10-18 17:50 +0200
csiph-web