The patch titled Subject: samples/mic/mpssd/mpssd.h: remove duplicate header has been added to the -mm tree. Its filename is samples-mic-mpssd-remove-duplicate-header.patch This patch should soon appear at http://ozlabs.org/~akpm/mmots/broken-out/samples-mic-mpssd-remove-duplicate-header.patch and later at http://ozlabs.org/~akpm/mmotm/broken-out/samples-mic-mpssd-remove-duplicate-header.patch Before you just go and hit "reply", please: a) Consider who else should be cc'ed b) Prefer to cc a suitable mailing list as well c) Ideally: find the original patch on the mailing list and do a reply-to-all to that, adding suitable additional cc's *** Remember to use Documentation/process/submit-checklist.rst when testing your code *** The -mm tree is included into linux-next and is updated there every 3-4 working days ------------------------------------------------------ From: Brajeswar Ghosh <brajeswar.linux@xxxxxxxxx> Subject: samples/mic/mpssd/mpssd.h: remove duplicate header Remove duplicate headers which are included more than once Link: http://lkml.kernel.org/r/20190114170033.GA3674@hp-pavilion-15-notebook-pc-brajeswar Signed-off-by: Brajeswar Ghosh <brajeswar.linux@xxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- samples/mic/mpssd/mpssd.h | 3 --- 1 file changed, 3 deletions(-) --- a/samples/mic/mpssd/mpssd.h~samples-mic-mpssd-remove-duplicate-header +++ a/samples/mic/mpssd/mpssd.h @@ -37,21 +37,18 @@ #include <sys/types.h> #include <sys/socket.h> #include <sys/stat.h> -#include <sys/types.h> #include <sys/mman.h> #include <sys/utsname.h> #include <sys/wait.h> #include <netinet/in.h> #include <arpa/inet.h> #include <netdb.h> -#include <pthread.h> #include <signal.h> #include <limits.h> #include <syslog.h> #include <getopt.h> #include <net/if.h> #include <linux/if_tun.h> -#include <linux/if_tun.h> #include <linux/virtio_ids.h> #define MICSYSFSDIR "/sys/class/mic" _ Patches currently in -mm which might be from brajeswar.linux@xxxxxxxxx are samples-mic-mpssd-remove-duplicate-header.patch