iwlegacy: remove temp_ops
Remove unneeded structure and cleanup temperature calibration routines a bit. Signed-off-by: Stanislaw Gruszka <sgruszka@redhat.com> Signed-off-by: John W. Linville <linville@tuxdriver.com>
This commit is contained in:

committed by
John W. Linville

parent
93b7654ec5
commit
527901d0ae
@@ -1588,10 +1588,6 @@ struct il_debugfs_ops {
|
||||
};
|
||||
#endif
|
||||
|
||||
struct il_temp_ops {
|
||||
void (*temperature) (struct il_priv *il);
|
||||
};
|
||||
|
||||
struct il_lib_ops {
|
||||
/* Handling TX */
|
||||
void (*txq_update_byte_cnt_tbl) (struct il_priv *il,
|
||||
@@ -1622,10 +1618,6 @@ struct il_lib_ops {
|
||||
|
||||
/* eeprom operations */
|
||||
struct il_eeprom_ops eeprom_ops;
|
||||
|
||||
/* temperature */
|
||||
struct il_temp_ops temp_ops;
|
||||
|
||||
};
|
||||
|
||||
struct il_led_ops {
|
||||
|
Reference in New Issue
Block a user