Re: [PATCH] Drivers: hv: vmbus: Remove the unused "tsc_page" from struct hv_context
From: Sasha Levin
Date: Tue Aug 20 2019 - 11:28:57 EST
On Tue, Aug 20, 2019 at 03:06:40AM +0000, Dexuan Cui wrote:
This field is no longer used after the commit
63ed4e0c67df ("Drivers: hv: vmbus: Consolidate all Hyper-V specific clocksource code")
, because it's replaced by the global variable
"struct ms_hyperv_tsc_page *tsc_pg;" (now, the variable is in
drivers/clocksource/hyperv_timer.c).
Fixes: 63ed4e0c67df ("Drivers: hv: vmbus: Consolidate all Hyper-V specific clocksource code")
Signed-off-by: Dexuan Cui <decui@xxxxxxxxxxxxx>
Queued up for hyperv-fixes, thank you.
--
Thanks,
Sasha