From: K. Y. Srinivasan Date: Tue, 13 Sep 2011 17:59:51 +0000 (-0700) Subject: Staging: hv: vmbus: Get rid of the ext field in struct hv_device X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=b0bb55175f846909e06952583e38982a77f7ecea;p=mv-sheeva.git Staging: hv: vmbus: Get rid of the ext field in struct hv_device 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 Signed-off-by: Haiyang Zhang Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/staging/hv/hyperv.h b/drivers/staging/hv/hyperv.h index 91e557b2fd1..76e2ddd437d 100644 --- 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; };