diff --git a/drivers/staging/hv/ChannelMgmt.h b/drivers/staging/hv/ChannelMgmt.h index 922eac21f55..6d327c65d93 100644 --- a/drivers/staging/hv/ChannelMgmt.h +++ b/drivers/staging/hv/ChannelMgmt.h @@ -28,7 +28,7 @@ #include "List.h" #include "RingBuffer.h" -#include "include/VmbusChannelInterface.h" +#include "VmbusChannelInterface.h" #include "include/VmbusPacketFormat.h" /* Version 1 messages */ diff --git a/drivers/staging/hv/NetVsc.h b/drivers/staging/hv/NetVsc.h index afa764f13ac..ce6f1e2daf6 100644 --- a/drivers/staging/hv/NetVsc.h +++ b/drivers/staging/hv/NetVsc.h @@ -25,7 +25,7 @@ #define _NETVSC_H_ #include "include/VmbusPacketFormat.h" -#include "include/VmbusChannelInterface.h" +#include "VmbusChannelInterface.h" #include "List.h" #include "NetVscApi.h" diff --git a/drivers/staging/hv/include/VmbusChannelInterface.h b/drivers/staging/hv/VmbusChannelInterface.h similarity index 100% rename from drivers/staging/hv/include/VmbusChannelInterface.h rename to drivers/staging/hv/VmbusChannelInterface.h