summaryrefslogtreecommitdiff
path: root/firmware/drivers/ata.c
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/drivers/ata.c')
-rw-r--r--firmware/drivers/ata.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/firmware/drivers/ata.c b/firmware/drivers/ata.c
index d208f9dd76..55e4892b24 100644
--- a/firmware/drivers/ata.c
+++ b/firmware/drivers/ata.c
@@ -142,7 +142,7 @@ static void ata_lock_unlock(struct ata_lock *l)
142#endif /* MAX_PHYS_SECTOR_SIZE */ 142#endif /* MAX_PHYS_SECTOR_SIZE */
143 143
144static struct mutex ata_mtx SHAREDBSS_ATTR; 144static struct mutex ata_mtx SHAREDBSS_ATTR;
145int ata_device; /* device 0 (master) or 1 (slave) */ 145static int ata_device; /* device 0 (master) or 1 (slave) */
146 146
147int ata_spinup_time = 0; 147int ata_spinup_time = 0;
148#if (CONFIG_LED == LED_REAL) 148#if (CONFIG_LED == LED_REAL)