From: David Herrmann Date: Sat, 7 Jan 2012 14:47:20 +0000 (+0100) Subject: Bluetooth: Remove unused hci-destruct cb X-Git-Tag: v3.4-rc1~177^2~112^2~242 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=587ae086f6e44c3f1d313e3efdfc8c2866784bc3;p=pandora-kernel.git Bluetooth: Remove unused hci-destruct cb The hci-destruct callback is not used by any driver so we can remove it. There is no reason to keep it alive, anymore. Drivers can free their internal data on driver-release and we do not need to provide a public destruct callback. Internally, we still use a destruct callback inside of hci_sysfs.c. This one is used to correctly free our hci_dev data structure if no more users have a reference to it. Signed-off-by: David Herrmann Acked-by: Marcel Holtmann Signed-off-by: Johan Hedberg --- Reading git-diff-tree failed