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 2451a862ba..807d441351 100644
--- a/firmware/drivers/ata.c
+++ b/firmware/drivers/ata.c
@@ -98,7 +98,7 @@ static unsigned char delayed_sector[SECTOR_SIZE];
98static int delayed_sector_num; 98static int delayed_sector_num;
99 99
100static long last_user_activity = -1; 100static long last_user_activity = -1;
101static long last_disk_activity = -1; 101long last_disk_activity = -1;
102 102
103static int multisectors; /* number of supported multisectors */ 103static int multisectors; /* number of supported multisectors */
104static unsigned short identify_info[SECTOR_SIZE]; 104static unsigned short identify_info[SECTOR_SIZE];