diff options
Diffstat (limited to 'firmware/drivers/ata.c')
-rw-r--r-- | firmware/drivers/ata.c | 2 |
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]; static int delayed_sector_num; static long last_user_activity = -1; -static long last_disk_activity = -1; +long last_disk_activity = -1; static int multisectors; /* number of supported multisectors */ static unsigned short identify_info[SECTOR_SIZE]; |