projects
/
GitHub
/
LineageOS
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
404aaed
)
Staging: hv: Get rid of the drv field in struct hv_device
author
K. Y. Srinivasan
<kys@microsoft.com>
Fri, 29 Apr 2011 20:45:01 +0000
(13:45 -0700)
committer
Greg Kroah-Hartman
<gregkh@suse.de>
Tue, 3 May 2011 20:31:26 +0000
(13:31 -0700)
Now, we can rid of the drv field in struct hv_device.
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>
drivers/staging/hv/vmbus_api.h
patch
|
blob
|
blame
|
history
diff --git
a/drivers/staging/hv/vmbus_api.h
b/drivers/staging/hv/vmbus_api.h
index 51fa952dd574a28e954d6aee3f3c67dcb069423b..02e35874c1c3def1988a7b4ef87fc743704a76e8 100644
(file)
--- a/
drivers/staging/hv/vmbus_api.h
+++ b/
drivers/staging/hv/vmbus_api.h
@@
-103,9
+103,6
@@
struct hv_driver {
/* Base device object */
struct hv_device {
- /* the driver for this device */
- struct hv_driver *drv;
-
char name[64];
struct work_struct probe_failed_work_item;