kfifo: replace the old non generic API

Simply replace the whole kfifo.c and kfifo.h files with the new generic
version and fix the kerneldoc API template file.

Signed-off-by: Stefani Seibold <stefani@seibold.net>
Cc: Greg KH <greg@kroah.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
This commit is contained in:
Stefani Seibold
2010-08-11 08:59:23 -07:00
committed by Linus Torvalds
parent 4201d9a8e8
commit 2e956fb320
5 changed files with 1241 additions and 2302 deletions
-1
View File
@@ -132,7 +132,6 @@ X!Ilib/string.c
<title>FIFO Buffer</title>
<sect1><title>kfifo interface</title>
!Iinclude/linux/kfifo.h
!Ekernel/kfifo.c
</sect1>
</chapter>
File diff suppressed because it is too large Load Diff
+727 -498
View File
File diff suppressed because it is too large Load Diff
-602
View File
File diff suppressed because it is too large Load Diff
+514 -357
View File
File diff suppressed because it is too large Load Diff