lkml.org 
[lkml]   [2005]   [Dec]   [21]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
Subject[PATCH 11/36] m68k: static vs. extern in scc.h
From
Date
From: Al Viro <viro@zeniv.linux.org.uk>
Date: 1133436672 -0500

extern declaration before the static one

Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>

---

drivers/char/scc.h | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)

3880e2fd7d5f16219743f962a2b12033985dfed4
diff --git a/drivers/char/scc.h b/drivers/char/scc.h
index 51810f7..93998f5 100644
--- a/drivers/char/scc.h
+++ b/drivers/char/scc.h
@@ -399,7 +399,7 @@ struct scc_port {
__asm__ __volatile__ ( "tstb %0" : : "g" (*_scc_del) : "cc" );\
} while (0)

-extern unsigned char scc_shadow[2][16];
+static unsigned char scc_shadow[2][16];

/* The following functions should relax the somehow complicated
* register access of the SCC. _SCCwrite() stores all written values
--
0.99.9.GIT
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/

\
 
 \ /
  Last update: 2005-12-22 05:53    [W:0.425 / U:1.164 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site