From: Szymon Janc Date: Mon, 21 Mar 2011 13:20:04 +0000 (+0100) Subject: Bluetooth: Use #include instead of X-Git-Tag: v3.0-rc1~377^2~437^2^2~47^2~20 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=ffd13320aa96e07f3048ebdcc603aaf38bed0c47;p=thirdparty%2Fkernel%2Flinux.git Bluetooth: Use #include instead of As warned by checkpatch.pl, use #include instead of Signed-off-by: Szymon Janc Signed-off-by: Gustavo F. Padovan --- diff --git a/net/bluetooth/cmtp/sock.c b/net/bluetooth/cmtp/sock.c index 7ea1979a8e4f1..3f2dd5c25ae51 100644 --- a/net/bluetooth/cmtp/sock.c +++ b/net/bluetooth/cmtp/sock.c @@ -34,12 +34,12 @@ #include #include #include +#include #include #include #include -#include #include "cmtp.h"