aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/ieee1394/sbp2.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/ieee1394/sbp2.c')
-rw-r--r--drivers/ieee1394/sbp2.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/drivers/ieee1394/sbp2.c b/drivers/ieee1394/sbp2.c
index ab7059858bbd..ffcd9e41454c 100644
--- a/drivers/ieee1394/sbp2.c
+++ b/drivers/ieee1394/sbp2.c
@@ -259,12 +259,10 @@ static int sbp2_remove(struct device *);
259static int sbp2_update(struct unit_directory *); 259static int sbp2_update(struct unit_directory *);
260 260
261static struct hpsb_protocol_driver sbp2_driver = { 261static struct hpsb_protocol_driver sbp2_driver = {
262 .name = "SBP2 Driver", 262 .name = SBP2_DEVICE_NAME,
263 .id_table = sbp2_id_table, 263 .id_table = sbp2_id_table,
264 .update = sbp2_update, 264 .update = sbp2_update,
265 .driver = { 265 .driver = {
266 .name = SBP2_DEVICE_NAME,
267 .bus = &ieee1394_bus_type,
268 .probe = sbp2_probe, 266 .probe = sbp2_probe,
269 .remove = sbp2_remove, 267 .remove = sbp2_remove,
270 }, 268 },