mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-11-09 21:22:39 -05:00
imx233: Fix up compilation problems with the IMX233 ATA driver
Change-Id: I726b76aa4ac3e0986f530727d342c99909a1742c
This commit is contained in:
parent
14b8820231
commit
4cd0c35150
1 changed files with 2 additions and 3 deletions
|
|
@ -27,6 +27,7 @@
|
||||||
#include "clkctrl-imx233.h"
|
#include "clkctrl-imx233.h"
|
||||||
#include "ata-target.h"
|
#include "ata-target.h"
|
||||||
#include "ata-defines.h"
|
#include "ata-defines.h"
|
||||||
|
#include "kernel.h"
|
||||||
|
|
||||||
#include "regs/gpmi.h"
|
#include "regs/gpmi.h"
|
||||||
|
|
||||||
|
|
@ -131,6 +132,7 @@ void ata_reset(void)
|
||||||
|
|
||||||
void ata_enable(bool on)
|
void ata_enable(bool on)
|
||||||
{
|
{
|
||||||
|
(void)on;
|
||||||
}
|
}
|
||||||
|
|
||||||
bool ata_is_coldstart(void)
|
bool ata_is_coldstart(void)
|
||||||
|
|
@ -221,6 +223,3 @@ void ata_device_init(void)
|
||||||
}
|
}
|
||||||
|
|
||||||
#endif /* ATA_IMX233_H */
|
#endif /* ATA_IMX233_H */
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue