From: Szymon Janc Date: Mon, 21 Mar 2011 13:19:59 +0000 (+0100) Subject: Bluetooth: Use #include instead of X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=8c20aa9ffc5a5ef52b6148e905671a8d12b40c87;p=sagit-ice-cold%2Fkernel_xiaomi_msm8998.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/bnep/sock.c b/net/bluetooth/bnep/sock.c index d935da71ab3b..17800b1d28ea 100644 --- a/net/bluetooth/bnep/sock.c +++ b/net/bluetooth/bnep/sock.c @@ -39,10 +39,10 @@ #include #include #include +#include #include #include -#include #include "bnep.h"