From: David Herrmann Date: Sun, 22 Apr 2012 12:39:57 +0000 (+0200) Subject: Bluetooth: Move hci_alloc/free_dev close to hci_register/unregister_dev X-Git-Tag: v3.5-rc1~101^2~6^2^2^2~48 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9be0dab793f52615274c357fce542b3cbf78f6d7;p=pandora-kernel.git Bluetooth: Move hci_alloc/free_dev close to hci_register/unregister_dev alloc() and register() (and free() and unregister()) are closely related so move them more closely together. This will also allow to move functionality from register() to alloc() without needing forward-declarations. Signed-off-by: David Herrmann Signed-off-by: Marcel Holtmann --- Reading git-diff-tree failed