Skip to content

Commit

Permalink
Staging: hv: move rndis.h
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Greg Kroah-Hartman committed Sep 15, 2009
1 parent 0897865 commit e27edab
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/staging/hv/RndisFilter.h
Original file line number Diff line number Diff line change
Expand Up @@ -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))
Expand Down
File renamed without changes.

0 comments on commit e27edab

Please sign in to comment.