From b0bb55175f846909e06952583e38982a77f7ecea Mon Sep 17 00:00:00 2001 From: "K. Y. Srinivasan" Date: Tue, 13 Sep 2011 10:59:51 -0700 Subject: [PATCH] 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 --- drivers/staging/hv/hyperv.h | 3 --- 1 file changed, 3 deletions(-) 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; }; -- 2.46.0