From 9a2fffb800d9930232443730ceb297976c3b7bb3 Mon Sep 17 00:00:00 2001 From: Paul Beesley Date: Wed, 6 Mar 2019 15:42:50 +0000 Subject: drivers: Remove TODO from io_storage This TODO was added five years ago so I assume that there is not going to be a shutdown API added after all. Change-Id: If0f4e2066454df773bd9bf41ed65d3a10248a2d3 Signed-off-by: Paul Beesley --- include/drivers/io/io_storage.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'include/drivers') 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); -- cgit v1.2.3