drivers: Remove TODO from io_storage
authorPaul Beesley <paul.beesley@arm.com>
Wed, 6 Mar 2019 15:42:50 +0000 (15:42 +0000)
committerPaul Beesley <paul.beesley@arm.com>
Tue, 12 Mar 2019 13:42:08 +0000 (13:42 +0000)
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>
drivers/io/io_storage.c
include/drivers/io/io_storage.h

index c9ff31bcc44b9afc6b1ef0efe7e2558628b2ec39..e444f87f722b3ae4c36192c4789e65ed852e9f50 100644 (file)
@@ -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)
 {
index ec6db3f2ade7d9be8878a6934bd0f23c864d6d0c..084c67c470ffc83ffe840d76df4a324e92fece34 100644 (file)
@@ -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);