forked from Imagelibrary/rtems
libchip/ata: Fix ATA_DRIVER_TABLE_ENTRY
Drop unused and deprecated functions from the ATA_DRIVER_TABLE_ENTRY. Update #3358. Close #3510.
This commit is contained in:
@@ -29,7 +29,7 @@ rtems_device_driver rtems_ata_initialize(
|
||||
void *args);
|
||||
|
||||
#define ATA_DRIVER_TABLE_ENTRY \
|
||||
{rtems_ata_initialize, RTEMS_GENERIC_BLOCK_DEVICE_DRIVER_ENTRIES}
|
||||
{ rtems_ata_initialize, NULL, NULL, NULL, NULL, NULL }
|
||||
|
||||
/* ATA IOCTL request codes */
|
||||
#define ATAIO_SET_MULTIPLE_MODE _IO('A', 1)
|
||||
|
||||
Reference in New Issue
Block a user