diff options
author | Greg Kroah-Hartman <gregkh@suse.de> | 2009-08-10 17:46:37 (GMT) |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@suse.de> | 2009-09-15 19:02:16 (GMT) |
commit | a3c0f0aa4f206297ea84f91ffb61c8687e23e1a4 (patch) | |
tree | 9c40f105957074cc12b18c63e182f38d49c4a91a | |
parent | 49bb9e6d75346980acdc43f5198032c2a0a22c2c (diff) | |
download | linux-a3c0f0aa4f206297ea84f91ffb61c8687e23e1a4.tar.xz |
Staging: echo: remove TODO item
The proc interface is no longer in the echo code, so remove the TODO
item.
Cc: Steve Underwood <steveu@coppice.org>
Cc: David Rowe <david@rowetel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
-rw-r--r-- | drivers/staging/echo/TODO | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/staging/echo/TODO b/drivers/staging/echo/TODO index 18f7b4a..2208f34 100644 --- a/drivers/staging/echo/TODO +++ b/drivers/staging/echo/TODO @@ -1,7 +1,5 @@ TODO: - handle bit_operations.h (merge in or make part of common code?) - - remove proc interface, only use echo.h interface (proc interface is - racy and not correct.) Please send patches to Greg Kroah-Hartman <greg@kroah.com> and Cc: Steve Underwood <steveu@coppice.org> and David Rowe <david@rowetel.com> |