diff options
Diffstat (limited to 'include/linux/hyperv.h')
-rw-r--r-- | include/linux/hyperv.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/include/linux/hyperv.h b/include/linux/hyperv.h index 62ea1a06836a..330ec44de575 100644 --- a/include/linux/hyperv.h +++ b/include/linux/hyperv.h | |||
@@ -1167,8 +1167,7 @@ int hv_vss_init(struct hv_util_service *); | |||
1167 | void hv_vss_deinit(void); | 1167 | void hv_vss_deinit(void); |
1168 | void hv_vss_onchannelcallback(void *); | 1168 | void hv_vss_onchannelcallback(void *); |
1169 | 1169 | ||
1170 | extern u64 hyperv_mmio_start; | 1170 | extern struct resource hyperv_mmio; |
1171 | extern u64 hyperv_mmio_size; | ||
1172 | 1171 | ||
1173 | /* | 1172 | /* |
1174 | * Negotiated version with the Host. | 1173 | * Negotiated version with the Host. |