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> --- 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> -- 1.6.4.2 _______________________________________________ devel mailing list devel@linuxdriverproject.org http://driverdev.linuxdriverproject.org/mailman/listinfo/devel
