bluetooth: Make hci_sock_cleanup() return void
authorTobias Klauser <tklauser@distanz.ch>
Thu, 6 Mar 2008 02:47:03 +0000 (18:47 -0800)
committerDavid S. Miller <davem@davemloft.net>
Thu, 6 Mar 2008 02:47:03 +0000 (18:47 -0800)
commit04005dd9ae7bf1031408869c33df96149ebb1086
tree07a729c5a58c27dcf0247aac66515ce48b3a98cc
parent147e2d59833e994cc99341806a88b9e59be41391
bluetooth: Make hci_sock_cleanup() return void

hci_sock_cleanup() always returns 0 and its return value isn't used
anywhere in the code.

Compile-tested with 'make allyesconfig && make net/bluetooth/bluetooth.ko'

Signed-off-by: Tobias Klauser <tklauser@distanz.ch>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Acked-by: Marcel Holtmann <marcel@holtmann.org>
include/net/bluetooth/bluetooth.h
net/bluetooth/hci_sock.c