diff --git a/[refs] b/[refs] index 336fb2e307cd..0273e2cb5114 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 2def7b8bcd4c49ca71a950611c9d456fd35282d2 +refs/heads/master: 0b43c1806d6fe1f1f004f9e437c992ac1ddb931e diff --git a/trunk/drivers/staging/hv/ChannelMgmt.h b/trunk/drivers/staging/hv/ChannelMgmt.h index 822d9c03d102..922eac21f55b 100644 --- a/trunk/drivers/staging/hv/ChannelMgmt.h +++ b/trunk/drivers/staging/hv/ChannelMgmt.h @@ -25,7 +25,7 @@ #ifndef _CHANNEL_MGMT_H_ #define _CHANNEL_MGMT_H_ -#include "include/List.h" +#include "List.h" #include "RingBuffer.h" #include "include/VmbusChannelInterface.h" diff --git a/trunk/drivers/staging/hv/include/List.h b/trunk/drivers/staging/hv/List.h similarity index 100% rename from trunk/drivers/staging/hv/include/List.h rename to trunk/drivers/staging/hv/List.h diff --git a/trunk/drivers/staging/hv/NetVsc.h b/trunk/drivers/staging/hv/NetVsc.h index f816d5c1c48a..93734400fc9c 100644 --- a/trunk/drivers/staging/hv/NetVsc.h +++ b/trunk/drivers/staging/hv/NetVsc.h @@ -26,7 +26,7 @@ #include "include/VmbusPacketFormat.h" #include "include/VmbusChannelInterface.h" -#include "include/List.h" +#include "List.h" #include "include/NetVscApi.h" diff --git a/trunk/drivers/staging/hv/VmbusPrivate.h b/trunk/drivers/staging/hv/VmbusPrivate.h index 928735e2ed98..ce933d6daa5d 100644 --- a/trunk/drivers/staging/hv/VmbusPrivate.h +++ b/trunk/drivers/staging/hv/VmbusPrivate.h @@ -31,7 +31,7 @@ #include "ChannelMgmt.h" #include "ChannelInterface.h" #include "RingBuffer.h" -#include "include/List.h" +#include "List.h" /* diff --git a/trunk/drivers/staging/hv/include/NetVscApi.h b/trunk/drivers/staging/hv/include/NetVscApi.h index c53e4170e94e..5075494eefaf 100644 --- a/trunk/drivers/staging/hv/include/NetVscApi.h +++ b/trunk/drivers/staging/hv/include/NetVscApi.h @@ -26,7 +26,7 @@ #define _NETVSC_API_H_ #include "VmbusApi.h" -#include "List.h" +#include "../List.h" /* Defines */ #define NETVSC_DEVICE_RING_BUFFER_SIZE (64*PAGE_SIZE)