Commit 5f9c3cbc authored by Arthur Othieno's avatar Arthur Othieno Committed by Linus Torvalds

[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: default avatarArthur Othieno <a.othieno@bluewin.ch>
Cc: Mikael Starvik <starvik@axis.com>
Signed-off-by: default avatarAndrew Morton <akpm@osdl.org>
Signed-off-by: default avatarLinus Torvalds <torvalds@osdl.org>
parent 31ab269a
...@@ -18,8 +18,6 @@ ...@@ -18,8 +18,6 @@
* CRIS semaphores, implemented in C-only so far. * CRIS semaphores, implemented in C-only so far.
*/ */
int printk(const char *fmt, ...);
struct semaphore { struct semaphore {
atomic_t count; atomic_t count;
atomic_t waking; atomic_t waking;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment