]> git.karo-electronics.de Git - mv-sheeva.git/blobdiff - net/bluetooth/rfcomm/sock.c
bluetooth: fix warning in net/bluetooth/rfcomm/sock.c
[mv-sheeva.git] / net / bluetooth / rfcomm / sock.c
index 8a972b6ba85fe9190c4bdb82e78d915683376cd5..bc0d4a7ce6aea91346829d91d06d61f83baf302d 100644 (file)
@@ -792,7 +792,9 @@ static int rfcomm_sock_getsockopt(struct socket *sock, int level, int optname, c
 
 static int rfcomm_sock_ioctl(struct socket *sock, unsigned int cmd, unsigned long arg)
 {
+#if defined(CONFIG_BT_RFCOMM_TTY) || defined(CONFIG_BT_RFCOMM_DEBUG)
        struct sock *sk = sock->sk;
+#endif
        int err;
 
        BT_DBG("sk %p cmd %x arg %lx", sk, cmd, arg);