]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - drivers/ieee1394/raw1394.c
HID: Fix DRIVER_DESC macro
[karo-tx-linux.git] / drivers / ieee1394 / raw1394.c
index 4889383d309115744a40da352a3262e41c84f7a4..ad2108f27a04783643b84b4b9beb663e3e6f5cdd 100644 (file)
@@ -2987,12 +2987,8 @@ static struct ieee1394_device_id raw1394_id_table[] = {
 MODULE_DEVICE_TABLE(ieee1394, raw1394_id_table);
 
 static struct hpsb_protocol_driver raw1394_driver = {
-       .name = "raw1394 Driver",
+       .name = "raw1394",
        .id_table = raw1394_id_table,
-       .driver = {
-                  .name = "raw1394",
-                  .bus = &ieee1394_bus_type,
-                  },
 };
 
 /******************************************************************************/