projects
/
GitHub
/
LineageOS
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
31ab269
)
[PATCH] cris: printk() duplicate declaration
author
Arthur Othieno
<a.othieno@bluewin.ch>
Mon, 7 Nov 2005 08:58:43 +0000
(
00:58
-0800)
committer
Linus Torvalds
<torvalds@g5.osdl.org>
Mon, 7 Nov 2005 15:53:30 +0000
(07:53 -0800)
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>
include/asm-cris/semaphore.h
patch
|
blob
|
blame
|
history
diff --git
a/include/asm-cris/semaphore.h
b/include/asm-cris/semaphore.h
index 39faf69bcf766523a7ad34e019b9ce63e40de2c5..a19568e6aae62134665e3eaf6d999f576597cf93 100644
(file)
--- 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;