mirror of
https://github.com/adulau/aha.git
synced 2025-01-04 07:03:38 +00:00
[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
1 changed files with 0 additions and 2 deletions
|
@ -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 a new issue