projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b0069f4
)
Staging: hv: Get rid of an unused variable from struct hv_driver
author
K. Y. Srinivasan
<kys@microsoft.com>
Fri, 29 Apr 2011 20:45:16 +0000
(13:45 -0700)
committer
Greg Kroah-Hartman
<gregkh@suse.de>
Tue, 3 May 2011 20:31:31 +0000
(13:31 -0700)
The name field is unused in struct hv_driver. Get rid of it.
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
|
history
diff --git
a/drivers/staging/hv/vmbus_api.h
b/drivers/staging/hv/vmbus_api.h
index 8e6c1072f87666f8d4ce695b92e79c0cbaafef6f..50fbeb53f24419cb98dd0f5a039e1134a37f1bfd 100644
(file)
--- a/
drivers/staging/hv/vmbus_api.h
+++ b/
drivers/staging/hv/vmbus_api.h
@@
-108,8
+108,6
@@
struct hv_driver {
/* Base device object */
struct hv_device {
- char name[64];
-
/* the device type id of this device */
struct hv_guid dev_type;