[Bluetooth]: Don't update disconnect timer for incoming connections
[pandora-kernel.git] / Documentation / firmware_class / firmware_sample_firmware_class.c
index 57b956a..9e1b0e4 100644 (file)
@@ -172,7 +172,6 @@ static void fw_remove_class_device(struct class_device *class_dev)
 static struct class_device *class_dev;
 
 static struct device my_device = {
-       .name      = "Sample Device",
        .bus_id    = "my_dev0",
 };