summaryrefslogtreecommitdiff
path: root/include/drivers
diff options
context:
space:
mode:
authorSoby Mathew <soby.mathew@arm.com>2019-03-13 15:32:15 +0000
committerGitHub <noreply@github.com>2019-03-13 15:32:15 +0000
commitb79239db1cabaea787a6f486c8a7c95bdf7009c3 (patch)
treec10f56b6237ac659f0ab20482fd9e286ea1ab01e /include/drivers
parentc0ce16fba3365315fe2742f8fa96c0c259b42341 (diff)
parent7d721816a3645024345ca138870baac4ab2f14d4 (diff)
Merge pull request #1879 from pbeesley-arm/pb/todo-removal
Pb/todo removal
Diffstat (limited to 'include/drivers')
-rw-r--r--include/drivers/io/io_storage.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/drivers/io/io_storage.h b/include/drivers/io/io_storage.h
index ec6db3f2..084c67c4 100644
--- a/include/drivers/io/io_storage.h
+++ b/include/drivers/io/io_storage.h
@@ -79,8 +79,6 @@ int io_dev_open(const struct io_dev_connector *dev_con,
* re-initialisation */
int io_dev_init(uintptr_t dev_handle, const uintptr_t init_params);
-/* TODO: Consider whether an explicit "shutdown" API should be included */
-
/* Close a connection to a device */
int io_dev_close(uintptr_t dev_handle);