diff options
author | Wei Yongjun <yongjun_wei@trendmicro.com.cn> | 2013-06-19 10:49:50 +0800 |
---|---|---|
committer | David Teigland <teigland@redhat.com> | 2013-06-19 09:52:09 -0500 |
commit | 06452eb0538827d2158945d20e3d33e359884437 (patch) | |
tree | 623089360ca6db81ce1d52507f7dc25632d16485 | |
parent | 86e92ad299fb0be359efdd61812944497d4d8d52 (diff) | |
download | blackbird-obmc-linux-06452eb0538827d2158945d20e3d33e359884437.tar.gz blackbird-obmc-linux-06452eb0538827d2158945d20e3d33e359884437.zip |
dlm: remove duplicated include from lowcomms.c
Remove duplicated include.
Signed-off-by: Wei Yongjun <yongjun_wei@trendmicro.com.cn>
Signed-off-by: David Teigland <teigland@redhat.com>
-rw-r--r-- | fs/dlm/lowcomms.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/fs/dlm/lowcomms.c b/fs/dlm/lowcomms.c index 4f539dd9b1e9..d90909ec6aa6 100644 --- a/fs/dlm/lowcomms.c +++ b/fs/dlm/lowcomms.c @@ -52,7 +52,6 @@ #include <linux/mutex.h> #include <linux/sctp.h> #include <linux/slab.h> -#include <linux/sctp.h> #include <net/sctp/sctp.h> #include <net/ipv6.h> |