提交 5f9c3cbc 编写于 作者: A Arthur Othieno 提交者: 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: NArthur Othieno <a.othieno@bluewin.ch>
Cc: Mikael Starvik <starvik@axis.com>
Signed-off-by: NAndrew Morton <akpm@osdl.org>
Signed-off-by: NLinus Torvalds <torvalds@osdl.org>
上级 31ab269a
......@@ -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;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册