| Submitter | Nicolas Kaiser |
|---|---|
| Date | Oct. 4, 2010, 2:35 p.m. |
| Message ID | <20101004163539.5e879211@absol.kitzblitz> |
| Download | mbox | patch |
| Permalink | /patch/66694/ |
| State | Accepted |
| Delegated to: | David Miller |
| Headers | show |
Comments
Nicolas Kaiser wrote: > Remove duplicated include. > > Signed-off-by: Nicolas Kaiser <nikai@nikai.net> Looks good, thanks. Acked-by: Sjur Braendeland <sjur.brandeland@stericsson.com> -- To unsubscribe from this list: send the line "unsubscribe netdev" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
From: Sjur BRENDELAND <sjur.brandeland@stericsson.com> Date: Tue, 5 Oct 2010 08:34:13 +0200 > Nicolas Kaiser wrote: >> Remove duplicated include. >> >> Signed-off-by: Nicolas Kaiser <nikai@nikai.net> > > Looks good, thanks. > Acked-by: Sjur Braendeland <sjur.brandeland@stericsson.com> Applied. -- To unsubscribe from this list: send the line "unsubscribe netdev" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
Patch
diff --git a/net/caif/caif_socket.c b/net/caif/caif_socket.c index 8ce9047..7a09fb6 100644 --- a/net/caif/caif_socket.c +++ b/net/caif/caif_socket.c @@ -15,7 +15,6 @@ #include <linux/poll.h> #include <linux/tcp.h> #include <linux/uaccess.h> -#include <linux/mutex.h> #include <linux/debugfs.h> #include <linux/caif/caif_socket.h> #include <asm/atomic.h>
Remove duplicated include. Signed-off-by: Nicolas Kaiser <nikai@nikai.net> --- net/caif/caif_socket.c | 1 - 1 files changed, 0 insertions(+), 1 deletions(-)