projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
32efddf
)
[POWERPC] Make drivers/char/hvc_console.c:khvcd() static
author
Adrian Bunk
<bunk@stusta.de>
Mon, 9 Jul 2007 18:37:38 +0000
(11:37 -0700)
committer
Paul Mackerras
<paulus@samba.org>
Tue, 10 Jul 2007 12:03:27 +0000
(22:03 +1000)
Signed-off-by: Adrian Bunk <bunk@stusta.de>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Paul Mackerras <paulus@samba.org>
drivers/char/hvc_console.c
patch
|
blob
|
history
diff --git
a/drivers/char/hvc_console.c
b/drivers/char/hvc_console.c
index 322bc5f7d86b791dd8350642c1b390fe6b54784c..b3ab42e0dd4af4599c32483c35cb104e8416fddb 100644
(file)
--- a/
drivers/char/hvc_console.c
+++ b/
drivers/char/hvc_console.c
@@
-674,7
+674,7
@@
static const cpumask_t cpus_in_xmon = CPU_MASK_NONE;
* calling hvc_poll() who determines whether a console adapter support
* interrupts.
*/
-int khvcd(void *unused)
+
static
int khvcd(void *unused)
{
int poll_mask;
struct hvc_struct *hp;