summaryrefslogtreecommitdiffstats
path: root/drivers/staging/echo/TODO
diff options
context:
space:
mode:
authorJ.R. Mauro2008-10-31 00:26:59 +0100
committerGreg Kroah-Hartman2009-01-06 22:52:05 +0100
commitc82895b8976a93d739373cb61daff72e1b490605 (patch)
treeb0fd51dcc898042fd41a266383a8a0f2006e257b /drivers/staging/echo/TODO
parentstaging: struct device - replace bus_id with dev_name(), dev_set_name() (diff)
downloadkernel-qcow2-linux-c82895b8976a93d739373cb61daff72e1b490605.tar.gz
kernel-qcow2-linux-c82895b8976a93d739373cb61daff72e1b490605.tar.xz
kernel-qcow2-linux-c82895b8976a93d739373cb61daff72e1b490605.zip
Staging: echo: remove typedefs
Remove typedefs in drivers/staging/echo Signed-off by: J.R. Mauro <jrm8005@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'drivers/staging/echo/TODO')
-rw-r--r--drivers/staging/echo/TODO1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/staging/echo/TODO b/drivers/staging/echo/TODO
index 1ca09afd603e..0c7908412d90 100644
--- a/drivers/staging/echo/TODO
+++ b/drivers/staging/echo/TODO
@@ -1,7 +1,6 @@
TODO:
- checkpatch.pl cleanups
- Lindent
- - typedef removals
- 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.)