[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>
tirimbino
Arthur Othieno 20 years ago committed by Linus Torvalds
parent 31ab269a03
commit 5f9c3cbcd5
  1. 2
      include/asm-cris/semaphore.h

@ -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;

Loading…
Cancel
Save