From foo@baz Mon Aug 31 21:56:16 PDT 2009 Date: Mon, 31 Aug 2009 21:56:16 -0700 To: Greg KH From: Greg Kroah-Hartman Subject: Staging: hv: TODO: add some more items Add List.h and RingBuffer.h removal items. Cc: Hank Janssen Signed-off-by: Greg Kroah-Hartman --- drivers/staging/hv/TODO | 2 ++ 1 file changed, 2 insertions(+) --- a/drivers/staging/hv/TODO +++ b/drivers/staging/hv/TODO @@ -1,6 +1,8 @@ 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 driver model