mirror of https://gitee.com/openkylin/linux.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 <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>
This commit is contained in:
parent
31ab269a03
commit
5f9c3cbcd5
|
@ -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…
Reference in New Issue