From: Marcel Holtmann Date: Tue, 27 Aug 2013 05:02:38 +0000 (-0700) Subject: Bluetooth: Use devname:vhci module alias for virtual HCI driver X-Git-Tag: next-20130919~40^2~12 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=bfacbb9;p=karo-tx-linux.git Bluetooth: Use devname:vhci module alias for virtual HCI driver To allow creating /dev/vhci device node, add the proper module alias for this driver. Signed-off-by: Marcel Holtmann Signed-off-by: Gustavo Padovan --- diff --git a/drivers/bluetooth/hci_vhci.c b/drivers/bluetooth/hci_vhci.c index d8b7aed6e4a9..a1ea5b197e5a 100644 --- a/drivers/bluetooth/hci_vhci.c +++ b/drivers/bluetooth/hci_vhci.c @@ -309,3 +309,4 @@ MODULE_AUTHOR("Marcel Holtmann "); MODULE_DESCRIPTION("Bluetooth virtual HCI driver ver " VERSION); MODULE_VERSION(VERSION); MODULE_LICENSE("GPL"); +MODULE_ALIAS("devname:vhci");