Rockbox open source high quality audio player as a Music Player Daemon
mpris rockbox mpd libadwaita audio rust zig deno
2
fork

Configure Feed

Select the types of activity you want to include in your feed.

imx233: Fix up compilation problems with the IMX233 ATA driver

Change-Id: I726b76aa4ac3e0986f530727d342c99909a1742c

+2 -3
+2 -3
firmware/target/arm/imx233/ata-imx233.c
··· 27 27 #include "clkctrl-imx233.h" 28 28 #include "ata-target.h" 29 29 #include "ata-defines.h" 30 + #include "kernel.h" 30 31 31 32 #include "regs/gpmi.h" 32 33 ··· 131 132 132 133 void ata_enable(bool on) 133 134 { 135 + (void)on; 134 136 } 135 137 136 138 bool ata_is_coldstart(void) ··· 221 223 } 222 224 223 225 #endif /* ATA_IMX233_H */ 224 - 225 - 226 -