summaryrefslogtreecommitdiff
path: root/drivers/staging/tidspbridge/TODO
diff options
context:
space:
mode:
authorIonut Nicu <ionut.nicu@gmail.com>2010-11-21 10:46:27 (GMT)
committerOmar Ramirez Luna <omar.ramirez@ti.com>2011-02-05 02:11:41 (GMT)
commitedbeef96473fac02c7aa21db0c9de23cb6299288 (patch)
tree08ce5ec1cd603afe88b5f55fbd9e351d0d73d5bc /drivers/staging/tidspbridge/TODO
parent0005391f30a9b36e10cc9a4b6e0fa12b1db680c0 (diff)
downloadlinux-fsl-qoriq-edbeef96473fac02c7aa21db0c9de23cb6299288.tar.xz
staging: tidspbridge: remove custom linked list
Now that all users of lst_list have been converted to the standard linux list_head API, we can remove the associated header file. Signed-off-by: Ionut Nicu <ionut.nicu@mindbit.ro> Signed-off-by: Omar Ramirez Luna <omar.ramirez@ti.com>
Diffstat (limited to 'drivers/staging/tidspbridge/TODO')
-rw-r--r--drivers/staging/tidspbridge/TODO1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/staging/tidspbridge/TODO b/drivers/staging/tidspbridge/TODO
index 187363f..1c51e2d 100644
--- a/drivers/staging/tidspbridge/TODO
+++ b/drivers/staging/tidspbridge/TODO
@@ -6,7 +6,6 @@
* Eliminate general services and libraries - use or extend existing kernel
libraries instead (e.g. gcf/lcm in nldr.c, global helpers in gen/)
* Eliminate direct manipulation of OMAP_SYSC_BASE
-* Eliminate list.h : seem like a redundant wrapper to existing kernel lists
* Eliminate DSP_SUCCEEDED macros and their imposed redundant indentations
(adopt the kernel way of checking for return values)
* Audit interfaces exposed to user space