commit | fc238b3791447b93c69cd50a99dfcaad6162afba | [log] [tgz] |
---|---|---|
author | Adrian Bunk <bunk@stusta.de> | Mon Feb 12 00:53:18 2007 -0800 |
committer | Linus Torvalds <torvalds@woody.linux-foundation.org> | Mon Feb 12 09:48:34 2007 -0800 |
tree | ff98e02c355cfdf0f496e17cfaf81daf5f915270 | |
parent | b19a8f0472cf2fc401c47f585fcd42e770124e06 [diff] |
[PATCH] drivers/isdn/sc/: proper prototypes Add proper prototypes in a header file for global code under drivers/isdn/sc/. Since the GNU C compiler is now able do tell us that caller and callee disagreed about the number of arguments of setup_buffers(), this patch also fixes this bug. 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>