Skip to content

Commit

Permalink
[PATCH] m68k: static vs. extern in scc.h
Browse files Browse the repository at this point in the history
extern declaration before the static one

Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Cc: Roman Zippel <zippel@linux-m68k.org>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
  • Loading branch information
Al Viro authored and Linus Torvalds committed Jan 12, 2006
1 parent aa7e02f commit df87ac9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/char/scc.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit df87ac9

Please sign in to comment.