diff options
author | Paul Beesley <paul.beesley@arm.com> | 2019-03-06 15:42:50 +0000 |
---|---|---|
committer | Paul Beesley <paul.beesley@arm.com> | 2019-03-12 13:42:08 +0000 |
commit | 9a2fffb800d9930232443730ceb297976c3b7bb3 (patch) | |
tree | de353e1e8239b41297219661f5db4a18e87af80f /drivers | |
parent | efb20d8bc316384d1e22ef48edb81482a219ea4e (diff) | |
download | platform_external_arm-trusted-firmware-9a2fffb800d9930232443730ceb297976c3b7bb3.tar.gz platform_external_arm-trusted-firmware-9a2fffb800d9930232443730ceb297976c3b7bb3.tar.bz2 platform_external_arm-trusted-firmware-9a2fffb800d9930232443730ceb297976c3b7bb3.zip |
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 <paul.beesley@arm.com>
Diffstat (limited to 'drivers')
-rw-r--r-- | drivers/io/io_storage.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/drivers/io/io_storage.c b/drivers/io/io_storage.c index c9ff31bcc..e444f87f7 100644 --- a/drivers/io/io_storage.c +++ b/drivers/io/io_storage.c @@ -189,9 +189,6 @@ int io_dev_init(uintptr_t dev_handle, const uintptr_t init_params) return result; } - -/* TODO: Consider whether an explicit "shutdown" API should be included */ - /* Close a connection to a device */ int io_dev_close(uintptr_t dev_handle) { |