diff options
| author | Andrew Morton <akpm@osdl.org> | 2003-09-03 11:25:06 -0700 |
|---|---|---|
| committer | Linus Torvalds <torvalds@home.osdl.org> | 2003-09-03 11:25:06 -0700 |
| commit | 6cea4e9ecabb8f3f07cdb60b17054549e591bc30 (patch) | |
| tree | 20ee07b07aabd95056b4909aa00dafa2b3388c79 /drivers/bluetooth | |
| parent | 80e010299e3a82811390aa040d5e04e34125c239 (diff) | |
[PATCH] MODULE_ALIAS for tty ldisc
From: Rusty Russell <rusty@rustcorp.com.au>
Rather than hardcoded names in modprobe, modules can offer their own
aliases (which can be overridden by the config file).
Here are the tty-ldisc ones.
Diffstat (limited to 'drivers/bluetooth')
| -rw-r--r-- | drivers/bluetooth/hci_ldisc.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/bluetooth/hci_ldisc.c b/drivers/bluetooth/hci_ldisc.c index dfd1e73e611a..4943401d71b0 100644 --- a/drivers/bluetooth/hci_ldisc.c +++ b/drivers/bluetooth/hci_ldisc.c @@ -574,3 +574,4 @@ module_exit(hci_uart_cleanup); MODULE_AUTHOR("Maxim Krasnyansky <maxk@qualcomm.com>"); MODULE_DESCRIPTION("Bluetooth HCI UART driver ver " VERSION); MODULE_LICENSE("GPL"); +MODULE_ALIAS_LDISC(N_HCI); |
