Skip to content

Commit

Permalink
staging: tidspbridge: remove custom linked list
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Ionut Nicu authored and Omar Ramirez Luna committed Feb 5, 2011
1 parent 0005391 commit edbeef9
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 226 deletions.
1 change: 0 additions & 1 deletion drivers/staging/tidspbridge/TODO
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
225 changes: 0 additions & 225 deletions drivers/staging/tidspbridge/include/dspbridge/list.h

This file was deleted.

0 comments on commit edbeef9

Please sign in to comment.