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:
80e6238
)
Staging: hv: vmbus: Get rid of the ext field in struct hv_device
author
K. Y. Srinivasan
<kys@microsoft.com>
Tue, 13 Sep 2011 17:59:51 +0000
(10:59 -0700)
committer
Greg Kroah-Hartman
<gregkh@suse.de>
Fri, 16 Sep 2011 18:06:03 +0000
(20:06 +0200)
Now that we have eliminated all uses of the ext field in struct hv_device,
get rid of the ext field.
Signed-off-by: K. Y. Srinivasan <kys@microsoft.com>
Signed-off-by: Haiyang Zhang <haiyangz@microsoft.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/staging/hv/hyperv.h
patch
|
blob
|
history
diff --git
a/drivers/staging/hv/hyperv.h
b/drivers/staging/hv/hyperv.h
index 91e557b2fd18bc429a7ea3a5d416daae210cf734..76e2ddd437d95077cd91f3fb950d1e52009150b1 100644
(file)
--- a/
drivers/staging/hv/hyperv.h
+++ b/
drivers/staging/hv/hyperv.h
@@
-827,9
+827,6
@@
struct hv_device {
struct device device;
struct vmbus_channel *channel;
-
- /* Device extension; */
- void *ext;
};