diff options
author | K. Y. Srinivasan <[email protected]> | 2011-05-10 07:55:11 -0700 |
---|---|---|
committer | Greg Kroah-Hartman <[email protected]> | 2011-05-11 13:48:53 -0700 |
commit | b0f98998bd53143e705940c2471a1b6c0a916f37 (patch) | |
tree | 4fff26f64c77dec0a214250e22d42af707d4a785 | |
parent | dc9cf30a96d7546188955e3fd5a11055710f49e8 (diff) |
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 <[email protected]>
Signed-off-by: Haiyang Zhang <[email protected]>
Signed-off-by: Abhishek Kane <[email protected]>
Signed-off-by: Hank Janssen <[email protected]>
Signed-off-by: Greg Kroah-Hartman <[email protected]>
-rw-r--r-- | drivers/staging/hv/vmbus_api.h | 1 |
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 *); |