[Bluetooth] Add platform device for virtual and serial devices

This patch adds a generic Bluetooth platform device that can be used
as parent device by virtual and serial devices.

Signed-off-by: Marcel Holtmann <marcel@holtmann.org>
This commit is contained in:
Marcel Holtmann
2006-07-03 10:02:37 +02:00
committed by David S. Miller
parent 04837f6447
commit 27d3528425
8 changed files with 56 additions and 9 deletions

View File

@@ -124,6 +124,7 @@ struct hci_dev {
atomic_t promisc;
struct device *dev;
struct class_device class_dev;
struct module *owner;