commit | 97b52cfd1ae0c2f7284ee36e80ea0c22000f90bf | [log] [tgz] |
---|---|---|
author | Don Fry <donald.h.fry@intel.com> | Thu Nov 10 06:55:27 2011 -0800 |
committer | John W. Linville <linville@tuxdriver.com> | Fri Nov 11 12:32:56 2011 -0500 |
tree | 220443b9e00cbc5c6a04ca35b8e3a9f489aee759 | |
parent | 1431b2166a83ba0cc46007269298caa53c86a6d0 [diff] |
iwlagn: move nvm_device_type from iwl_priv to iwl_trans The nvm_device_type is eeprom related and does not need to be part of the iwl_priv structure. Move it and eliminate access to the iwl_priv structure. Signed-off-by: Don Fry <donald.h.fry@intel.com> Signed-off-by: Wey-Yi Guy <wey-yi.w.guy@intel.com> Signed-off-by: John W. Linville <linville@tuxdriver.com>