[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
@@ -74,7 +74,7 @@ static struct request_queue *rd_queue[CONFIG_BLK_DEV_RAM_COUNT];
|
||||
* architecture-specific setup routine (from the stored boot sector
|
||||
* information).
|
||||
*/
|
||||
int rd_size = CONFIG_BLK_DEV_RAM_SIZE; /* Size of the RAM disks */
|
||||
static int rd_size = CONFIG_BLK_DEV_RAM_SIZE; /* Size of the RAM disks */
|
||||
/*
|
||||
* It would be very desirable to have a soft-blocksize (that in the case
|
||||
* of the ramdisk driver is also the hardblocksize ;) of PAGE_SIZE because
|
||||
|
||||
Reference in New Issue
Block a user