Change the embedded module name from "bluetooth" to "ng_bluetooth" to match
the rest of the names assigned to this object.
This commit is contained in:
parent
5382a820b8
commit
507f9dad0f
@ -243,7 +243,7 @@ bluetooth_modevent(module_t mod, int event, void *data)
|
||||
*/
|
||||
|
||||
static moduledata_t bluetooth_mod = {
|
||||
"bluetooth",
|
||||
"ng_bluetooth",
|
||||
bluetooth_modevent,
|
||||
NULL
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user