summaryrefslogtreecommitdiff
path: root/firmware/target/arm/pp/ata-pp5020.c
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/target/arm/pp/ata-pp5020.c')
-rw-r--r--firmware/target/arm/pp/ata-pp5020.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/firmware/target/arm/pp/ata-pp5020.c b/firmware/target/arm/pp/ata-pp5020.c
index 50a38cb23d..1fc302a60d 100644
--- a/firmware/target/arm/pp/ata-pp5020.c
+++ b/firmware/target/arm/pp/ata-pp5020.c
@@ -133,7 +133,7 @@ void ata_dma_set_mode(unsigned char mode) {
133/* This waits for an ATA interrupt using polling. 133/* This waits for an ATA interrupt using polling.
134 In ATA_CONTROL, CONTROL_nIEN must be cleared. 134 In ATA_CONTROL, CONTROL_nIEN must be cleared.
135 */ 135 */
136STATICIRAM ICODE_ATTR int ata_wait_intrq(void) 136static ICODE_ATTR int ata_wait_intrq(void)
137{ 137{
138 long timeout = current_tick + HZ*10; 138 long timeout = current_tick + HZ*10;
139 139