commit | f7bcca5d9a8cf087b3f202ad45907b02437faf77 | [log] [tgz] |
---|---|---|
author | Sasha Neftin <sasha.neftin@intel.com> | Tue Nov 19 13:45:16 2019 +0200 |
committer | Jeff Kirsher <jeffrey.t.kirsher@intel.com> | Sat Jan 04 23:02:22 2020 -0800 |
tree | 0edf0d7d68ed1b7185800f518c72f4a066e61a6a | |
parent | a8c4873b566bcbf024988334bcbfd0a31667064f [diff] |
igc: Remove no need declaration of the igc_free_q_vector We want to avoid forward-declarations of function if possible. Rearrange the igc_free_q_vector function implementation. Signed-off-by: Sasha Neftin <sasha.neftin@intel.com> Tested-by: Aaron Brown <aaron.f.brown@intel.com> Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>