aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/char/scc.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/char/scc.h')
-rw-r--r--drivers/char/scc.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/char/scc.h b/drivers/char/scc.h
index 51810f72f1a9..93998f5baff5 100644
--- a/drivers/char/scc.h
+++ b/drivers/char/scc.h
@@ -399,7 +399,7 @@ struct scc_port {
399 __asm__ __volatile__ ( "tstb %0" : : "g" (*_scc_del) : "cc" );\ 399 __asm__ __volatile__ ( "tstb %0" : : "g" (*_scc_del) : "cc" );\
400 } while (0) 400 } while (0)
401 401
402extern unsigned char scc_shadow[2][16]; 402static unsigned char scc_shadow[2][16];
403 403
404/* The following functions should relax the somehow complicated 404/* The following functions should relax the somehow complicated
405 * register access of the SCC. _SCCwrite() stores all written values 405 * register access of the SCC. _SCCwrite() stores all written values