Skip to content
Commit ffc30b74 authored by Russell King's avatar Russell King
Browse files

component: track components via array rather than list



Since we now have an array which defines each component, maintain the
components to be bound in the array rather than a separate list.  We
also need duplicate tracking so we can eliminate multiple bind calls
for the same component: we preserve the list-based component order in
that the first match which adds the component determines its position.

Signed-off-by: default avatarRussell King <rmk+kernel@arm.linux.org.uk>
parent 29f1c7fd
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment