dect
/
linux-2.6
Archived
13
0
Fork 0

[PATCH] cris: printk() duplicate declaration

printk() already declared in include/linux/kernel.h so squish the
duplication.  Besides, no printk() usage here.  Bye bye.

Signed-off-by: Arthur Othieno <a.othieno@bluewin.ch>
Cc: Mikael Starvik <starvik@axis.com>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
This commit is contained in:
Arthur Othieno 2005-11-07 00:58:43 -08:00 committed by Linus Torvalds
parent 31ab269a03
commit 5f9c3cbcd5
1 changed files with 0 additions and 2 deletions

View File

@ -18,8 +18,6 @@
* CRIS semaphores, implemented in C-only so far.
*/
int printk(const char *fmt, ...);
struct semaphore {
atomic_t count;
atomic_t waking;