This trivial patch fixes linker error when Bluetooth support is compiled in.
Please apply.
Max
--- linux-2.5/net/bluetooth/af_bluetooth.c.old Mon Jun 3 16:40:22 2002
+++ linux-2.5/net/bluetooth/af_bluetooth.c Mon Jun 3 16:40:46 2002
@@ -317,7 +317,7 @@
PF_BLUETOOTH, bluez_sock_create
};
-static int __init bluez_init(void)
+int __init bluez_init(void)
{
BT_INFO("BlueZ Core ver %s Copyright (C) 2000,2001 Qualcomm Inc",
VERSION);
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/