From: Arthur Othieno Date: Mon, 7 Nov 2005 08:58:43 +0000 (-0800) Subject: [PATCH] cris: printk() duplicate declaration X-Git-Tag: upstream/snapshot3+hdmi~45478 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=5f9c3cbcd5d41be597aef9c0ff64ebfc8a91cd6f;p=platform%2Fadaptation%2Frenesas_rcar%2Frenesas_kernel.git [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 Cc: Mikael Starvik Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- diff --git a/include/asm-cris/semaphore.h b/include/asm-cris/semaphore.h index 39faf69..a19568e6 100644 --- 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;