From: Greg Kroah-Hartman Date: Fri, 28 Aug 2009 23:24:34 +0000 (-0700) Subject: Staging: hv: move VmbusChannelInterface.h X-Git-Tag: v2.6.32-rc1~668^2~322 X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=0197e34c1b22f64bf6ac0f49160f8d6bf6fffb31;p=users%2Fjedix%2Flinux-maple.git Staging: hv: move VmbusChannelInterface.h Move it out of the include subdirectory. No code changes here, just file movements. Cc: Hank Janssen Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/staging/hv/ChannelMgmt.h b/drivers/staging/hv/ChannelMgmt.h index 922eac21f55b..6d327c65d938 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 afa764f13acf..ce6f1e2daf62 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