[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <1203017437.2748.73.camel@brick>
Date:	Thu, 14 Feb 2008 11:30:37 -0800
From:	Harvey Harrison <harvey.harrison@...il.com>
To:	Randy Dunlap <randy.dunlap@...cle.com>,
	Andrew Morton <akpm@...ux-foundation.org>
Cc:	LKML <linux-kernel@...r.kernel.org>
Subject: [PATCH] kernel-doc: remove fastcall
fastcall is gone from the tree, no need to adjust the function
prototypes anymore for this.
Signed-off-by: Harvey Harrison <harvey.harrison@...il.com>
---
 scripts/kernel-doc |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)
diff --git a/scripts/kernel-doc b/scripts/kernel-doc
index 6c18a14..26146cb 100755
--- a/scripts/kernel-doc
+++ b/scripts/kernel-doc
@@ -1624,7 +1624,6 @@ sub dump_function($$) {
 
     $prototype =~ s/^static +//;
     $prototype =~ s/^extern +//;
-    $prototype =~ s/^fastcall +//;
     $prototype =~ s/^asmlinkage +//;
     $prototype =~ s/^inline +//;
     $prototype =~ s/^__inline__ +//;
-- 
1.5.4.1.1278.gc75be
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/
Powered by blists - more mailing lists