Skip to content
Commit 03913349 authored by Max Filippov's avatar Max Filippov
Browse files

xtensa: iss/network: drop 'devices' list



There are two per-device lists in the ISS network driver: command line
parameters list and iss_net_private object list. The latter is only used
for duplicate checking in the function iss_net_setup where the former
should have been used.
Drop iss_net_private object list and associated code and use command
line parameters list in the iss_net_setup instead.

Signed-off-by: default avatarMax Filippov <jcmvbkbc@gmail.com>
parent 32346491
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