[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
@@ -28,7 +28,7 @@
|
||||
|
||||
#ifdef CONFIG_COPS_DAYNA
|
||||
|
||||
unsigned char ffdrv_code[] = {
|
||||
static const unsigned char ffdrv_code[] = {
|
||||
58,3,0,50,228,149,33,255,255,34,226,149,
|
||||
249,17,40,152,33,202,154,183,237,82,77,68,
|
||||
11,107,98,19,54,0,237,176,175,50,80,0,
|
||||
|
Reference in New Issue
Block a user