Changeset ccdce9d8 in rtems


Ignore:
Timestamp:
09/05/18 05:31:23 (6 years ago)
Author:
Sebastian Huber <sebastian.huber@…>
Branches:
5, master
Children:
9a21fc7
Parents:
e0a9336b
git-author:
Sebastian Huber <sebastian.huber@…> (09/05/18 05:31:23)
git-committer:
Sebastian Huber <sebastian.huber@…> (09/05/18 05:34:00)
Message:

libchip/ata: Fix ATA_DRIVER_TABLE_ENTRY

Drop unused and deprecated functions from the ATA_DRIVER_TABLE_ENTRY.

Update #3358.
Close #3510.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • bsps/include/libchip/ata.h

    re0a9336b rccdce9d8  
    3030
    3131#define ATA_DRIVER_TABLE_ENTRY \
    32     {rtems_ata_initialize, RTEMS_GENERIC_BLOCK_DEVICE_DRIVER_ENTRIES}
     32  { rtems_ata_initialize, NULL, NULL, NULL, NULL, NULL }
    3333
    3434/* ATA IOCTL request codes */
Note: See TracChangeset for help on using the changeset viewer.