All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] kernel-doc: remove fastcall
@ 2008-02-14 19:30 Harvey Harrison
  2008-02-14 19:36 ` Randy Dunlap
  0 siblings, 1 reply; 2+ messages in thread
From: Harvey Harrison @ 2008-02-14 19:30 UTC (permalink / raw)
  To: Randy Dunlap, Andrew Morton; +Cc: LKML

fastcall is gone from the tree, no need to adjust the function
prototypes anymore for this.

Signed-off-by: Harvey Harrison <harvey.harrison@gmail.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



^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2008-02-14 19:37 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-02-14 19:30 [PATCH] kernel-doc: remove fastcall Harvey Harrison
2008-02-14 19:36 ` Randy Dunlap

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.