diff options
author | Wey-Yi Guy <wey-yi.w.guy@intel.com> | 2011-04-18 12:36:30 -0400 |
---|---|---|
committer | Wey-Yi Guy <wey-yi.w.guy@intel.com> | 2011-04-18 12:36:30 -0400 |
commit | f212b43c4e4a8f6378c50ce18f3d271983b575a7 (patch) | |
tree | 49f77677571d557b4f35cdd14222d2a58d156caa | |
parent | e339807d97bcb4e214c9137bb5bbb2f685054624 (diff) |
iwlagn: remove led_ops
No longer use, remove it
Signed-off-by: Wey-Yi Guy <wey-yi.w.guy@intel.com>
-rw-r--r-- | drivers/net/wireless/iwlwifi/iwl-core.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/drivers/net/wireless/iwlwifi/iwl-core.h b/drivers/net/wireless/iwlwifi/iwl-core.h index 99a91bddd9ee..32a990ff09ae 100644 --- a/drivers/net/wireless/iwlwifi/iwl-core.h +++ b/drivers/net/wireless/iwlwifi/iwl-core.h | |||
@@ -186,10 +186,6 @@ struct iwl_lib_ops { | |||
186 | struct iwl_debugfs_ops debugfs_ops; | 186 | struct iwl_debugfs_ops debugfs_ops; |
187 | }; | 187 | }; |
188 | 188 | ||
189 | struct iwl_led_ops { | ||
190 | int (*cmd)(struct iwl_priv *priv, struct iwl_led_cmd *led_cmd); | ||
191 | }; | ||
192 | |||
193 | /* NIC specific ops */ | 189 | /* NIC specific ops */ |
194 | struct iwl_nic_ops { | 190 | struct iwl_nic_ops { |
195 | void (*additional_nic_config)(struct iwl_priv *priv); | 191 | void (*additional_nic_config)(struct iwl_priv *priv); |