]> err.no Git - linux-2.6/blobdiff - net/bluetooth/hci_sysfs.c
Merge branch 'master' of /usr/src/ntfs-2.6/
[linux-2.6] / net / bluetooth / hci_sysfs.c
index bd7568ac87fc5ad7883e19cdd63b2dfb98193760..0ed38740388c374262d90edac9eff42741a0e0da 100644 (file)
@@ -78,7 +78,7 @@ static struct class_device_attribute *bt_attrs[] = {
 };
 
 #ifdef CONFIG_HOTPLUG
-static int bt_hotplug(struct class_device *cdev, char **envp, int num_envp, char *buf, int size)
+static int bt_uevent(struct class_device *cdev, char **envp, int num_envp, char *buf, int size)
 {
        struct hci_dev *hdev = class_get_devdata(cdev);
        int n, i = 0;
@@ -107,7 +107,7 @@ struct class bt_class = {
        .name           = "bluetooth",
        .release        = bt_release,
 #ifdef CONFIG_HOTPLUG
-       .hotplug        = bt_hotplug,
+       .uevent         = bt_uevent,
 #endif
 };