imx233: Fix up compilation problems with the IMX233 ATA driver

Change-Id: I726b76aa4ac3e0986f530727d342c99909a1742c
This commit is contained in:
Solomon Peachy 2025-01-07 20:29:06 -05:00
parent 14b8820231
commit 4cd0c35150

View file

@ -27,6 +27,7 @@
#include "clkctrl-imx233.h"
#include "ata-target.h"
#include "ata-defines.h"
#include "kernel.h"
#include "regs/gpmi.h"
@ -131,6 +132,7 @@ void ata_reset(void)
void ata_enable(bool on)
{
(void)on;
}
bool ata_is_coldstart(void)
@ -221,6 +223,3 @@ void ata_device_init(void)
}
#endif /* ATA_IMX233_H */