[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>
Esse commit está contido em:
@@ -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;
|
||||
|
||||
Referência em uma Nova Issue
Bloquear um usuário