Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1525380
| From | Geliang Tang <geliangtang@gmail.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH] skd_main: drop duplicate header scatterlist.h |
| Date | 2016-11-18 15:30 +0100 |
| Message-ID | <sESkW-8jW-21@gated-at.bofh.it> (permalink) |
| References | <sESkV-8jW-3@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
Drop duplicate header scatterlist.h from skd_main.c. Signed-off-by: Geliang Tang <geliangtang@gmail.com> --- drivers/block/skd_main.c | 1 - 1 file changed, 1 deletion(-) diff --git a/drivers/block/skd_main.c b/drivers/block/skd_main.c index 1e536b9..abf805e 100644 --- a/drivers/block/skd_main.c +++ b/drivers/block/skd_main.c @@ -36,7 +36,6 @@ #include <linux/scatterlist.h> #include <linux/version.h> #include <linux/err.h> -#include <linux/scatterlist.h> #include <linux/aer.h> #include <linux/ctype.h> #include <linux/wait.h> -- 2.9.3
Back to linux.kernel | Previous | Next | Find similar | Unroll thread
[PATCH] skd_main: drop duplicate header scatterlist.h Geliang Tang <geliangtang@gmail.com> - 2016-11-18 15:30 +0100
csiph-web