Merge branch 'staging-next' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh...
[deliverable/linux.git] / drivers / staging / hv / hv_mouse.c
index 359e73741c484ea5da31b0e41531f1701526d420..d957fc2280196efbe11e5da197b81c70d3bdb7fe 100644 (file)
@@ -24,7 +24,6 @@
 #include <linux/hiddev.h>
 #include <linux/pci.h>
 #include <linux/dmi.h>
-#include <linux/delay.h>
 
 #include "hyperv.h"
 
@@ -936,7 +935,6 @@ static int __init mousevsc_init(void)
               sizeof(struct hv_guid));
 
        drv->driver.name = driver_name;
-       drv->name = driver_name;
 
        /* The driver belongs to vmbus */
        vmbus_child_driver_register(&drv->driver);
This page took 0.024198 seconds and 5 git commands to generate.