diff options
Diffstat (limited to 'drivers')
| -rw-r--r-- | drivers/usb/misc/emi26.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/drivers/usb/misc/emi26.c b/drivers/usb/misc/emi26.c index 2dd226a3a4c7..2440fa92405a 100644 --- a/drivers/usb/misc/emi26.c +++ b/drivers/usb/misc/emi26.c @@ -212,10 +212,10 @@ static void emi26_disconnect(struct usb_device *dev, void *drv_context) } struct usb_driver emi26_driver = { -name: "emi26 - firmware loader", -probe: emi26_probe, -disconnect: emi26_disconnect, -id_table: NULL, +.name = "emi26 - firmware loader", +.probe = emi26_probe, +.disconnect = emi26_disconnect, +.id_table = NULL, }; static int __init emi26_init (void) |
