]> git.baikalelectronics.ru Git - kernel.git/commit
[PATCH] drivers/isdn/hisax/: proper prototypes
authorAdrian Bunk <bunk@stusta.de>
Mon, 12 Feb 2007 08:53:17 +0000 (00:53 -0800)
committerLinus Torvalds <torvalds@woody.linux-foundation.org>
Mon, 12 Feb 2007 17:48:34 +0000 (09:48 -0800)
commit61a1cd85c08d05ae89421de39c631d6be209b6ae
tree87b4e2d69363d3e79cfb1a957f9c1a28d2ee7a57
parent1806475309b6be69029e6f8b1d5babda6465b2c4
[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 <bunk@stusta.de>
Cc: Karsten Keil <kkeil@suse.de>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
drivers/isdn/hisax/isar.c
drivers/isdn/hisax/isdnl1.h
drivers/isdn/hisax/isdnl3.c
drivers/isdn/hisax/isdnl3.h