• Alex Elder's avatar
    net: ipa: kill struct ipa_interconnect · c7be12fa
    Alex Elder authored
    
    
    The ipa_interconnect structure contains an icc_path pointer, plus an
    average and peak bandwidth value.  Other than the interconnect name,
    this matches the icc_bulk_data structure exactly.
    
    Use the icc_bulk_data structure in place of the ipa_interconnect
    structure, and add an initialization of its name field.  Then get
    rid of the now unnecessary ipa_interconnect structure definition.
    Signed-off-by: default avatarAlex Elder <elder@linaro.org>
    Signed-off-by: default avatarJakub Kicinski <kuba@kernel.org>
    c7be12fa
ipa_power.c 13.3 KB