From: Szymon Janc Date: Mon, 21 Mar 2011 13:19:59 +0000 (+0100) Subject: Bluetooth: Use #include instead of X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=8c20aa9ffc5a5ef52b6148e905671a8d12b40c87;p=mv-sheeva.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 d935da71ab3..17800b1d28e 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"