From: Szymon Janc Date: Mon, 21 Mar 2011 13:20:04 +0000 (+0100) Subject: Bluetooth: Use #include instead of X-Git-Tag: firefly_0821_release~7613^2~967^2~16^2~94^2~88 X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=ffd13320aa96e07f3048ebdcc603aaf38bed0c47;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/cmtp/sock.c b/net/bluetooth/cmtp/sock.c index 7ea1979a8e4f..3f2dd5c25ae5 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"