diff options
Diffstat (limited to 'drivers/block/ata_piix.h')
-rw-r--r-- | drivers/block/ata_piix.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/block/ata_piix.h b/drivers/block/ata_piix.h index 85a8843a2d..6c68ea2f01 100644 --- a/drivers/block/ata_piix.h +++ b/drivers/block/ata_piix.h @@ -56,8 +56,6 @@ int sata_devchk(struct sata_ioports *ioaddr, int dev); void dev_select(struct sata_ioports *ioaddr, int dev); u8 sata_busy_wait(struct sata_ioports *ioaddr, int bits, unsigned int max); u8 sata_chk_status(struct sata_ioports *ioaddr); -ulong sata_read(int device, ulong blknr,lbaint_t blkcnt, void *buffer); -ulong sata_write(int device,ulong blknr, lbaint_t blkcnt, const void *buffer); #endif /************DRIVER SPECIFIC DEFINITIONS AND DECLARATIONS**************/ |