Staging: hv: move rndis.h
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>
This commit is contained in:
parent
0897865537
commit
e27edab4b5
2 changed files with 1 additions and 1 deletions
|
@ -29,7 +29,7 @@
|
||||||
|
|
||||||
#include "NetVsc.h"
|
#include "NetVsc.h"
|
||||||
|
|
||||||
#include "include/rndis.h"
|
#include "rndis.h"
|
||||||
|
|
||||||
#define RNDIS_HEADER_SIZE (sizeof(RNDIS_MESSAGE) - \
|
#define RNDIS_HEADER_SIZE (sizeof(RNDIS_MESSAGE) - \
|
||||||
sizeof(RNDIS_MESSAGE_CONTAINER))
|
sizeof(RNDIS_MESSAGE_CONTAINER))
|
||||||
|
|
Loading…
Add table
Reference in a new issue