Staging: hv: move rndis.h
authorGreg Kroah-Hartman <gregkh@suse.de>
Wed, 19 Aug 2009 23:24:29 +0000 (16:24 -0700)
committerGreg Kroah-Hartman <gregkh@suse.de>
Tue, 15 Sep 2009 19:01:57 +0000 (12:01 -0700)
This moves rndis.h from the include/ subdirectory.  It doesn't
belong there.

No code changes happened here.

Cc: Hank Janssen <hjanssen@microsoft.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/staging/hv/RndisFilter.h
drivers/staging/hv/rndis.h [moved from drivers/staging/hv/include/rndis.h with 100% similarity]

index 8e357c8..dc6af89 100644 (file)
@@ -29,7 +29,7 @@
 
 #include "NetVsc.h"
 
-#include "include/rndis.h"
+#include "rndis.h"
 
 #define RNDIS_HEADER_SIZE      (sizeof(RNDIS_MESSAGE) - \
                                 sizeof(RNDIS_MESSAGE_CONTAINER))