linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
* [2.6 patch] make drivers/char/hvc_console.c:khvcd() static
@ 2007-06-02 19:09 Adrian Bunk
  0 siblings, 0 replies; only message in thread
From: Adrian Bunk @ 2007-06-02 19:09 UTC (permalink / raw)
  To: paulus; +Cc: linuxppc-dev, linux-kernel

This patch makes the needlesly global khvcd() static.

Signed-off-by: Adrian Bunk <bunk@stusta.de>

---
--- linux-2.6.22-rc3-mm1/drivers/char/hvc_console.c.old	2007-06-02 19:58:07.000000000 +0200
+++ linux-2.6.22-rc3-mm1/drivers/char/hvc_console.c	2007-06-02 19:58:28.000000000 +0200
@@ -674,7 +674,7 @@
  * 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;

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2007-06-02 19:09 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-06-02 19:09 [2.6 patch] make drivers/char/hvc_console.c:khvcd() static Adrian Bunk

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).