You've already forked linux-apfs
mirror of
https://github.com/linux-apfs/linux-apfs.git
synced 2026-05-01 15:00:59 -07:00
[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,
|
||||
|
||||
@@ -27,7 +27,7 @@
|
||||
|
||||
#ifdef CONFIG_COPS_TANGENT
|
||||
|
||||
unsigned char ltdrv_code[] = {
|
||||
static const unsigned char ltdrv_code[] = {
|
||||
58,3,0,50,148,10,33,143,15,62,85,119,
|
||||
190,32,9,62,170,119,190,32,3,35,24,241,
|
||||
34,146,10,249,17,150,10,33,143,15,183,237,
|
||||
|
||||
@@ -48,7 +48,7 @@ static int prepare_tx(struct net_device *dev, struct archdr *pkt, int length,
|
||||
static int ack_tx(struct net_device *dev, int acked);
|
||||
|
||||
|
||||
struct ArcProto capmode_proto =
|
||||
static struct ArcProto capmode_proto =
|
||||
{
|
||||
'r',
|
||||
XMTU,
|
||||
|
||||
Reference in New Issue
Block a user