summaryrefslogtreecommitdiffstats
path: root/drivers
diff options
context:
space:
mode:
authorK. Y. Srinivasan2011-05-10 16:55:11 +0200
committerGreg Kroah-Hartman2011-05-11 22:48:53 +0200
commitb0f98998bd53143e705940c2471a1b6c0a916f37 (patch)
tree4fff26f64c77dec0a214250e22d42af707d4a785 /drivers
parentStaging: hv: Get rid of dev_add from struct hv_driver (diff)
downloadkernel-qcow2-linux-b0f98998bd53143e705940c2471a1b6c0a916f37.tar.gz
kernel-qcow2-linux-b0f98998bd53143e705940c2471a1b6c0a916f37.tar.xz
kernel-qcow2-linux-b0f98998bd53143e705940c2471a1b6c0a916f37.zip
Staging: hv: Get rid of dev_rm from struct hv_driver
Now that we have gotten rid of the indirection for invoking dev_rm, get rid of this. Signed-off-by: K. Y. Srinivasan <kys@microsoft.com> Signed-off-by: Haiyang Zhang <haiyangz@microsoft.com> Signed-off-by: Abhishek Kane <v-abkane@microsoft.com> Signed-off-by: Hank Janssen <hjanssen@microsoft.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'drivers')
-rw-r--r--drivers/staging/hv/vmbus_api.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/staging/hv/vmbus_api.h b/drivers/staging/hv/vmbus_api.h
index b1a7e883361b..568ff09f8d3d 100644
--- a/drivers/staging/hv/vmbus_api.h
+++ b/drivers/staging/hv/vmbus_api.h
@@ -96,7 +96,6 @@ struct hv_driver {
struct device_driver driver;
- int (*dev_rm)(struct hv_device *device);
void (*cleanup)(struct hv_driver *driver);
int (*probe)(struct hv_device *);