Make local variable static

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18089 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Bertrik Sikken 2008-07-18 22:32:44 +00:00
parent 9569de0fe1
commit 70dd64d23d

View file

@ -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)