diff --git a/drivers/hv/connection.c b/drivers/hv/connection.c index 5f438b6500687e44cc68e66be7c38c72fd3dcba5..650c9f0b66425b8b0007422aa8461182ed26256d 100644 --- a/drivers/hv/connection.c +++ b/drivers/hv/connection.c @@ -30,7 +30,7 @@ #include #include #include - +#include #include "hyperv_vmbus.h" diff --git a/drivers/hv/hv.c b/drivers/hv/hv.c index 931b7b0307847d1ba4a2f1b0d0289d4b2c9d8a98..0fb100ed91a36a79910b0d7fec72c51ca1aa4264 100644 --- a/drivers/hv/hv.c +++ b/drivers/hv/hv.c @@ -26,7 +26,7 @@ #include #include #include - +#include #include "hyperv_vmbus.h" /* The one and only */ diff --git a/drivers/hv/vmbus_drv.c b/drivers/hv/vmbus_drv.c index b0d08f980de13babb46a9c2f73539a7204e9b3be..bb9f20507d77b06a1257d48db311d3acf262766f 100644 --- a/drivers/hv/vmbus_drv.c +++ b/drivers/hv/vmbus_drv.c @@ -33,7 +33,7 @@ #include #include #include - +#include #include "hyperv_vmbus.h" diff --git a/include/linux/hyperv.h b/include/linux/hyperv.h index edaa9e2f58ece3d0c6813a71da8b8443179885d2..4c8414a8b07f691fae8fe45eaf78b8f993a3478a 100644 --- a/include/linux/hyperv.h +++ b/include/linux/hyperv.h @@ -35,9 +35,6 @@ #include -#include - - #define MAX_PAGE_BUFFER_COUNT 16 #define MAX_MULTIPAGE_BUFFER_COUNT 32 /* 128K */