]> git.baikalelectronics.ru Git - kernel.git/commit
Drivers: hv: vmbus: Remove the unused "tsc_page" from struct hv_context
authorDexuan Cui <decui@microsoft.com>
Tue, 20 Aug 2019 03:06:40 +0000 (03:06 +0000)
committerSasha Levin <sashal@kernel.org>
Tue, 20 Aug 2019 15:25:57 +0000 (11:25 -0400)
commit200a00a7fceae48a4dded614475307c9ab2ac123
treeedc9dcd4f6b38532243808b3144440efd814718e
parent6b38d225a6294690a0d8bba8e80aab3c00f2d685
Drivers: hv: vmbus: Remove the unused "tsc_page" from struct hv_context

This field is no longer used after the commit
e41790c8fe33 ("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: e41790c8fe33 ("Drivers: hv: vmbus: Consolidate all Hyper-V specific clocksource code")
Signed-off-by: Dexuan Cui <decui@microsoft.com>
Signed-off-by: Sasha Levin <sashal@kernel.org>
drivers/hv/hyperv_vmbus.h