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:
peter 2005-04-08 05:13:53 +00:00
parent 5382a820b8
commit 507f9dad0f

View File

@ -243,7 +243,7 @@ bluetooth_modevent(module_t mod, int event, void *data)
*/
static moduledata_t bluetooth_mod = {
"bluetooth",
"ng_bluetooth",
bluetooth_modevent,
NULL
};