summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2018-09-05 07:31:23 +0200
committerSebastian Huber <sebastian.huber@embedded-brains.de>2018-09-05 07:34:00 +0200
commitccdce9d8f6c38748747a1346d3a42683fa5c9328 (patch)
tree726b55426ed91659051cf6202e6d32aa037ec86e
parentscore: Fix EDF SMP scheduler (diff)
downloadrtems-ccdce9d8f6c38748747a1346d3a42683fa5c9328.tar.bz2
libchip/ata: Fix ATA_DRIVER_TABLE_ENTRY
Drop unused and deprecated functions from the ATA_DRIVER_TABLE_ENTRY. Update #3358. Close #3510.
-rw-r--r--bsps/include/libchip/ata.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/bsps/include/libchip/ata.h b/bsps/include/libchip/ata.h
index 66cc46747d..635d1f0a7d 100644
--- a/bsps/include/libchip/ata.h
+++ b/bsps/include/libchip/ata.h
@@ -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)