From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932331Ab0GTNF7 (ORCPT ); Tue, 20 Jul 2010 09:05:59 -0400 Received: from www84.your-server.de ([213.133.104.84]:55107 "EHLO www84.your-server.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1758502Ab0GTNFy (ORCPT ); Tue, 20 Jul 2010 09:05:54 -0400 From: stefani@seibold.net To: linux-kernel@vger.kernel.org, akpm@linux-foundation.org, andi@firstfloor.org, gregkh@suse.de, alan@lxorguk.ukuu.org.uk, tytso@mit.edu, iws@ovro.caltech.edu Cc: stefani@seibold.net Subject: [PATCH 3/4] replace the old non generic API Date: Tue, 20 Jul 2010 15:05:18 +0200 Message-Id: <1279631119-9495-4-git-send-email-stefani@seibold.net> X-Mailer: git-send-email 1.7.1.1 In-Reply-To: <1279631119-9495-1-git-send-email-stefani@seibold.net> References: <1279631119-9495-1-git-send-email-stefani@seibold.net> X-Authenticated-Sender: stefani@seibold.net Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org From: Stefani Seibold 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 --- Documentation/DocBook/kernel-api.tmpl | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) 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 FIFO Buffer kfifo interface !Iinclude/linux/kfifo.h -!Ekernel/kfifo.c -- 1.7.1.1