From: Emmanuel Grumbach Date: Thu, 18 Dec 2014 07:15:13 +0000 (+0200) Subject: iwlwifi: remove useless extern definition of iwl4265_2ac_sdio_cfg X-Git-Tag: v4.14-rc1~5989^2~10^2~1^2~67 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=a70393fc4ec15777afeba21df08335ddd09c2ed0;p=platform%2Fkernel%2Flinux-rpi.git iwlwifi: remove useless extern definition of iwl4265_2ac_sdio_cfg This device was renamed, but the external definition remained there. Signed-off-by: Emmanuel Grumbach --- diff --git a/drivers/net/wireless/iwlwifi/iwl-config.h b/drivers/net/wireless/iwlwifi/iwl-config.h index 3985051..fa0bc48 100644 --- a/drivers/net/wireless/iwlwifi/iwl-config.h +++ b/drivers/net/wireless/iwlwifi/iwl-config.h @@ -379,7 +379,6 @@ extern const struct iwl_cfg iwl7265d_n_cfg; extern const struct iwl_cfg iwl8260_2n_cfg; extern const struct iwl_cfg iwl8260_2ac_cfg; extern const struct iwl_cfg iwl8260_2ac_sdio_cfg; -extern const struct iwl_cfg iwl4265_2ac_sdio_cfg; extern const struct iwl_cfg iwl4165_2ac_sdio_cfg; #endif /* CONFIG_IWLMVM */