diff mbox

caif: remove duplicated include

Message ID 20101004163539.5e879211@absol.kitzblitz
State Accepted, archived
Delegated to: David Miller
Headers show

Commit Message

Nicolas Kaiser Oct. 4, 2010, 2:35 p.m. UTC
Remove duplicated include.

Signed-off-by: Nicolas Kaiser <nikai@nikai.net>
---
 net/caif/caif_socket.c |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

Comments

sjur.brandeland@stericsson.com Oct. 5, 2010, 6:34 a.m. UTC | #1
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
David Miller Oct. 5, 2010, 7:49 a.m. UTC | #2
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
diff mbox

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>