* [PATCH] (10/22) static vs. extern in scc
@ 2005-08-25 5:24 Al Viro
0 siblings, 0 replies; only message in thread
From: Al Viro @ 2005-08-25 5:24 UTC (permalink / raw)
To: geert, torvalds; +Cc: linux-kernel, linux-m68k
extern declaration before the static one
Signed-off-by: Al Viro <viro@parcelfarce.linux.theplanet.co.uk>
----
diff -urN RC13-rc7-82596-apricot/drivers/char/scc.h RC13-rc7-scc/drivers/char/scc.h
--- RC13-rc7-82596-apricot/drivers/char/scc.h 2005-06-17 15:48:29.000000000 -0400
+++ RC13-rc7-scc/drivers/char/scc.h 2005-08-25 00:54:11.000000000 -0400
@@ -399,7 +399,7 @@
__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
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2005-08-25 5:25 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-08-25 5:24 [PATCH] (10/22) static vs. extern in scc Al Viro
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
all inboxes | Powered by JetHome®