summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--firmware/drivers/ata.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/firmware/drivers/ata.c b/firmware/drivers/ata.c
index 826e6f3..4ae6cbc 100644
--- a/firmware/drivers/ata.c
+++ b/firmware/drivers/ata.c
@@ -1273,7 +1273,6 @@ static int identify(void)
/* the IDENTIFY words are already swapped, so we need to treat
this info differently that normal sector data */
#if defined(ROCKBOX_BIG_ENDIAN) && !defined(SWAP_WORDS)
-#warning Swapping ATA identify data
identify_info[i] = swap16(ATA_DATA);
#else
identify_info[i] = ATA_DATA;