summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorK. Y. Srinivasan <kys@microsoft.com>2011-05-10 14:55:10 (GMT)
committerGreg Kroah-Hartman <gregkh@suse.de>2011-05-11 20:48:53 (GMT)
commitdc9cf30a96d7546188955e3fd5a11055710f49e8 (patch)
treea4ed8118a6c5f131f64e936e3f676fb5b328cc3f
parentbe3c8195311bcd9c37bef05763da9a78cf52063b (diff)
downloadlinux-fsl-qoriq-dc9cf30a96d7546188955e3fd5a11055710f49e8.tar.xz
Staging: hv: Get rid of dev_add from struct hv_driver
Now that we have gotten rid of the indirection, get rid of the unnecessary state struct hv_driver. 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>
-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 50fbeb5..b1a7e88 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_add)(struct hv_device *device, void *data);
int (*dev_rm)(struct hv_device *device);
void (*cleanup)(struct hv_driver *driver);