From: Szymon Janc Date: Mon, 21 Mar 2011 13:19:59 +0000 (+0100) Subject: Bluetooth: Use #include instead of X-Git-Tag: firefly_0821_release~7613^2~967^2~16^2~94^2~91 X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=8c20aa9ffc5a5ef52b6148e905671a8d12b40c87;p=firefly-linux-kernel-4.4.55.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"