From: David Herrmann Date: Sat, 7 Jan 2012 14:47:22 +0000 (+0100) Subject: Bluetooth: Remove HCI-owner field X-Git-Tag: v3.4-rc1~177^2~112^2~240 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e9b9cfa1575e37cb2dbb5534aeaaa16814228887;p=pandora-kernel.git Bluetooth: Remove HCI-owner field After unregistering an hci_dev object a bluetooth driver does not have any callbacks in the hci_dev structure left over. Therefore, there is no need to keep a reference to the module. Previously, we needed this to protect the hci-destruct callback. However, this callback is no longer available so we do not need this owner field, anymore. Drivers now call hci_unregister_dev() and they are done with the object. Signed-off-by: David Herrmann Acked-by: Marcel Holtmann Signed-off-by: Johan Hedberg --- Reading git-diff-tree failed