Skip to content

Commit

Permalink
Staging: hv: Remove List.h
Browse files Browse the repository at this point in the history
List.h is no longer used and can be removed.

Signed-off-by: Bill Pemberton <wfp5p@virginia.edu>
Cc: Hank Janssen <hjanssen@microsoft.com>
Cc: Haiyang Zhang <haiyangz@microsoft.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
  • Loading branch information
Bill Pemberton authored and Greg Kroah-Hartman committed Sep 15, 2009
1 parent 1f5459b commit 19d7810
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 265 deletions.
263 changes: 0 additions & 263 deletions drivers/staging/hv/List.h

This file was deleted.

1 change: 0 additions & 1 deletion drivers/staging/hv/NetVscApi.h
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@
#define _NETVSC_API_H_

#include "VmbusApi.h"
#include "List.h"

/* Defines */
#define NETVSC_DEVICE_RING_BUFFER_SIZE (64*PAGE_SIZE)
Expand Down
1 change: 0 additions & 1 deletion drivers/staging/hv/TODO
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
TODO:
- fix checkpatch warnings/errors
- fix sparse issues
- remove List.h usage to use in-kernel list.h instead
- remove RingBuffer.c to us in-kernel ringbuffer functions instead.
- fix HANDLE usage to be "real" pointers
- audit the vmbus to verify it is working properly with the
Expand Down

0 comments on commit 19d7810

Please sign in to comment.