Make local variable static
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18089 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
9569de0fe1
commit
70dd64d23d
1 changed files with 1 additions and 1 deletions
|
@ -142,7 +142,7 @@ static void ata_lock_unlock(struct ata_lock *l)
|
|||
#endif /* MAX_PHYS_SECTOR_SIZE */
|
||||
|
||||
static struct mutex ata_mtx SHAREDBSS_ATTR;
|
||||
int ata_device; /* device 0 (master) or 1 (slave) */
|
||||
static int ata_device; /* device 0 (master) or 1 (slave) */
|
||||
|
||||
int ata_spinup_time = 0;
|
||||
#if (CONFIG_LED == LED_REAL)
|
||||
|
|
Loading…
Reference in a new issue