diff options
author | Johannes Berg <johannes.berg@intel.com> | 2010-09-22 18:02:00 +0200 |
---|---|---|
committer | Wey-Yi Guy <wey-yi.w.guy@intel.com> | 2010-10-08 00:50:18 +0200 |
commit | d3f5ba958d6c425a87535c6fa2a69ca90eb6e930 (patch) | |
tree | 0b19fb0c471fcea051cf3f08cbfd5d4e14169ce8 /drivers/net/wireless/iwlwifi/iwl-eeprom.h | |
parent | iwlwifi: rename iwl_mac_beacon_update (diff) | |
download | linux-d3f5ba958d6c425a87535c6fa2a69ca90eb6e930.tar.xz linux-d3f5ba958d6c425a87535c6fa2a69ca90eb6e930.zip |
iwlwifi: remove verify_signature eeprom operation
All drivers share the same implementation, so
there's no need to call this via a function
pointer nor to export it.
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
Signed-off-by: Wey-Yi Guy <wey-yi.w.guy@intel.com>
Diffstat (limited to 'drivers/net/wireless/iwlwifi/iwl-eeprom.h')
-rw-r--r-- | drivers/net/wireless/iwlwifi/iwl-eeprom.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/net/wireless/iwlwifi/iwl-eeprom.h b/drivers/net/wireless/iwlwifi/iwl-eeprom.h index a4772aff51fe..2ae0a11e523b 100644 --- a/drivers/net/wireless/iwlwifi/iwl-eeprom.h +++ b/drivers/net/wireless/iwlwifi/iwl-eeprom.h @@ -493,7 +493,6 @@ struct iwl_eeprom_calib_info { struct iwl_eeprom_ops { const u32 regulatory_bands[7]; - int (*verify_signature) (struct iwl_priv *priv); int (*acquire_semaphore) (struct iwl_priv *priv); void (*release_semaphore) (struct iwl_priv *priv); u16 (*calib_version) (struct iwl_priv *priv); |