[PATCH 3/4] replace the old non generic API

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
From: stefani
Date: Tuesday, April 20, 2010 - 1:06 pm

From: Stefani Seibold <stefani@seibold.net>

This patch simple replace the whole kfifo.c and kfifo.h files by the new
generic version and fix the kerneldoc API template file.

Signed-off-by: Stefani Seibold <stefani@seibold.net>
---
 Documentation/DocBook/kernel-api.tmpl  |    1 -
 include/linux/{kfifo-new.h => kfifo.h} |    0
 kernel/{kfifo-new.c => kfifo.c}        |    0
 3 files changed, 0 insertions(+), 1 deletions(-)
 rename include/linux/{kfifo-new.h => kfifo.h} (100%)
 rename kernel/{kfifo-new.c => kfifo.c} (100%)

diff --git a/Documentation/DocBook/kernel-api.tmpl b/Documentation/DocBook/kernel-api.tmpl
index 44b3def..a20c6f6 100644
--- a/Documentation/DocBook/kernel-api.tmpl
+++ b/Documentation/DocBook/kernel-api.tmpl
@@ -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>
 
diff --git a/include/linux/kfifo-new.h b/include/linux/kfifo.h
similarity index 100%
rename from include/linux/kfifo-new.h
rename to include/linux/kfifo.h
diff --git a/kernel/kfifo-new.c b/kernel/kfifo.c
similarity index 100%
rename from kernel/kfifo-new.c
rename to kernel/kfifo.c
-- 
1.7.0.4

--
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
[PATCH 3/4] replace the old non generic API, stefani, (Tue Apr 20, 1:06 pm)