diff options
author | Bing Zhao <bzhao@marvell.com> | 2010-03-03 17:37:36 -0500 |
---|---|---|
committer | Marcel Holtmann <marcel@holtmann.org> | 2010-05-10 03:34:03 -0400 |
commit | 64061607eab7cb146115927cb596de123c542d45 (patch) | |
tree | c58015f5fc78f6cf553dd976304e0dcf978f7311 /drivers/bluetooth/btmrvl_drv.h | |
parent | 903c843773a18e061817dd7a1a5c28dd41a3bf97 (diff) |
Bluetooth: Separate btmrvl_register_hdev() from btmrvl_add_card()
Move btmrvl hdev registration code out of btmrvl_add_card().
New function btmrvl_register_hdev() is added.
Signed-off-by: Bing Zhao <bzhao@marvell.com>
Signed-off-by: Marcel Holtmann <marcel@holtmann.org>
Diffstat (limited to 'drivers/bluetooth/btmrvl_drv.h')
-rw-r--r-- | drivers/bluetooth/btmrvl_drv.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/bluetooth/btmrvl_drv.h b/drivers/bluetooth/btmrvl_drv.h index da68c62a22cc..bf6d54fcbeaf 100644 --- a/drivers/bluetooth/btmrvl_drv.h +++ b/drivers/bluetooth/btmrvl_drv.h | |||
@@ -126,6 +126,7 @@ struct btmrvl_event { | |||
126 | 126 | ||
127 | /* Prototype of global function */ | 127 | /* Prototype of global function */ |
128 | 128 | ||
129 | int btmrvl_register_hdev(struct btmrvl_private *priv); | ||
129 | struct btmrvl_private *btmrvl_add_card(void *card); | 130 | struct btmrvl_private *btmrvl_add_card(void *card); |
130 | int btmrvl_remove_card(struct btmrvl_private *priv); | 131 | int btmrvl_remove_card(struct btmrvl_private *priv); |
131 | 132 | ||