[PATCH] make some things static
This patch makes some needlessly global identifiers static. Signed-off-by: Adrian Bunk <bunk@stusta.de> Acked-by: Arjan van de Ven <arjanv@infradead.org> Acked-by: Trond Myklebust <trond.myklebust@fys.uio.no> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
This commit is contained in:

committed by
Linus Torvalds

parent
5e198d94dd
commit
75c96f8584
@@ -243,7 +243,7 @@ void unload_nls(struct nls_table *nls)
|
||||
module_put(nls->owner);
|
||||
}
|
||||
|
||||
wchar_t charset2uni[256] = {
|
||||
static wchar_t charset2uni[256] = {
|
||||
/* 0x00*/
|
||||
0x0000, 0x0001, 0x0002, 0x0003,
|
||||
0x0004, 0x0005, 0x0006, 0x0007,
|
||||
|
Reference in New Issue
Block a user