diff options
Diffstat (limited to 'include/ahci.h')
-rw-r--r-- | include/ahci.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/include/ahci.h b/include/ahci.h index d7f951c388..d4f0f3ce0e 100644 --- a/include/ahci.h +++ b/include/ahci.h @@ -223,9 +223,6 @@ int sata_dm_port_status(struct udevice *dev, int port); */ int sata_scan(struct udevice *dev); -int ahci_init(void __iomem *base); -int ahci_reset(void __iomem *base); - /** * ahci_init_one_dm() - set up a single AHCI port * |