All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] cris: printk() duplicate declaration
@ 2005-10-28 19:23 Arthur Othieno
  0 siblings, 0 replies; only message in thread
From: Arthur Othieno @ 2005-10-28 19:23 UTC (permalink / raw)
  To: akpm; +Cc: starvik, linux-kernel

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>

---

 include/asm-cris/semaphore.h |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)

af22c47edbda2849b30f0b202c7937a25dc2e2b7
diff --git a/include/asm-cris/semaphore.h b/include/asm-cris/semaphore.h
--- a/include/asm-cris/semaphore.h
+++ b/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;

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2005-10-28 19:24 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-10-28 19:23 [PATCH] cris: printk() duplicate declaration Arthur Othieno

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.