mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-25 19:55:28 +07:00
iwlwifi: acpi: remove a couple of unnecessary ifdefs
Some of the #ifdef CONFIG_ACPI are not needed anymore, so they can be removed. Signed-off-by: Luca Coelho <luciano.coelho@intel.com>
This commit is contained in:
parent
ed1a962db7
commit
d953cdb8ee
@ -684,7 +684,6 @@ enum iwl_mvm_queue_status {
|
|||||||
|
|
||||||
#define IWL_MVM_NUM_CIPHERS 10
|
#define IWL_MVM_NUM_CIPHERS 10
|
||||||
|
|
||||||
#ifdef CONFIG_ACPI
|
|
||||||
struct iwl_mvm_sar_profile {
|
struct iwl_mvm_sar_profile {
|
||||||
bool enabled;
|
bool enabled;
|
||||||
u8 table[ACPI_SAR_TABLE_SIZE];
|
u8 table[ACPI_SAR_TABLE_SIZE];
|
||||||
@ -693,7 +692,6 @@ struct iwl_mvm_sar_profile {
|
|||||||
struct iwl_mvm_geo_profile {
|
struct iwl_mvm_geo_profile {
|
||||||
u8 values[ACPI_GEO_TABLE_SIZE];
|
u8 values[ACPI_GEO_TABLE_SIZE];
|
||||||
};
|
};
|
||||||
#endif
|
|
||||||
|
|
||||||
struct iwl_mvm {
|
struct iwl_mvm {
|
||||||
/* for logger access */
|
/* for logger access */
|
||||||
|
@ -587,8 +587,6 @@ static const struct pci_device_id iwl_hw_card_ids[] = {
|
|||||||
};
|
};
|
||||||
MODULE_DEVICE_TABLE(pci, iwl_hw_card_ids);
|
MODULE_DEVICE_TABLE(pci, iwl_hw_card_ids);
|
||||||
|
|
||||||
#ifdef CONFIG_ACPI
|
|
||||||
|
|
||||||
static void set_dflt_pwr_limit(struct iwl_trans *trans, struct pci_dev *pdev)
|
static void set_dflt_pwr_limit(struct iwl_trans *trans, struct pci_dev *pdev)
|
||||||
{
|
{
|
||||||
union acpi_object *data, *wifi_pkg;
|
union acpi_object *data, *wifi_pkg;
|
||||||
@ -611,10 +609,6 @@ static void set_dflt_pwr_limit(struct iwl_trans *trans, struct pci_dev *pdev)
|
|||||||
kfree(data);
|
kfree(data);
|
||||||
}
|
}
|
||||||
|
|
||||||
#else /* CONFIG_ACPI */
|
|
||||||
static void set_dflt_pwr_limit(struct iwl_trans *trans, struct pci_dev *pdev) {}
|
|
||||||
#endif
|
|
||||||
|
|
||||||
/* PCI registers */
|
/* PCI registers */
|
||||||
#define PCI_CFG_RETRY_TIMEOUT 0x041
|
#define PCI_CFG_RETRY_TIMEOUT 0x041
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user