From: Adrian Bunk Date: Mon, 12 Feb 2007 08:53:17 +0000 (-0800) Subject: [PATCH] drivers/isdn/hisax/: proper prototypes X-Git-Tag: v2.6.21-rc1~274^2~132 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b19a8f0472cf2fc401c47f585fcd42e770124e06;p=pandora-kernel.git [PATCH] drivers/isdn/hisax/: proper prototypes - add functions prototypes for some global functions to header files - remove unneeded "extern"s from some function prototypes You might note that this patch results in a new warning - that's due to the fact that with a proper prototype gcc is able to discover a broken work_struct conversion. Signed-off-by: Adrian Bunk Cc: Karsten Keil Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed