commit | 32c74949b4e37f80ab74d9b497ffb3749cfcb85a | [log] [tgz] |
---|---|---|
author | Mark Rustad <mark.d.rustad@intel.com> | Tue Mar 18 07:03:35 2014 +0000 |
committer | Jeff Kirsher <jeffrey.t.kirsher@intel.com> | Mon Mar 31 15:48:01 2014 -0700 |
tree | 2190761f56a8d7c1e898e94e6e9ccbec397a46c1 | |
parent | 6425f0f353b91c2edad65a7e7d1362d1787d26fd [diff] |
ixgbevf: Change ixgbe_read_reg to ixgbevf_read_reg Change the ixgbe_read_reg function name to ixgbevf_read_reg to avoid a namespace clash with the ixgbe driver. This will allow ixgbe to take its register read function out-of-line to reduce memory footprint. Signed-off-by: Mark Rustad <mark.d.rustad@intel.com> Tested-by: Phil Schmitt <phillip.j.schmitt@intel.com> Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>