Skip to content

Commit

Permalink
[Review] Add support for several user TA stores
Browse files Browse the repository at this point in the history
Address Etienne's comments (round #2).

Signed-off-by: Jerome Forissier <jerome.forissier@linaro.org>
  • Loading branch information
jforissier committed Aug 7, 2017
1 parent 675d180 commit 96db951
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion core/arch/arm/kernel/elf_load.h
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,6 @@ struct user_ta_store_ops {
* Close a TA handle. Do nothing if @h == NULL.
*/
void (*close)(struct user_ta_store_handle *h);

/*
* user_ta_store_ops instances are kept in a list ordered by priority.
* Higher priority instances are tried first when a TA is looked up.
Expand Down

0 comments on commit 96db951

Please sign in to comment.