mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-12-12 13:34:10 +08:00
iwlegacy: rename iwl-commands.h to commands.h
On the way remove also not needed iwl-fh.h include. Signed-off-by: Stanislaw Gruszka <sgruszka@redhat.com>
This commit is contained in:
parent
7f8e122380
commit
d4459a99c4
@ -51,8 +51,7 @@
|
||||
|
||||
#define DRV_NAME "iwl3945"
|
||||
|
||||
#include "iwl-fh.h"
|
||||
#include "iwl-commands.h"
|
||||
#include "commands.h"
|
||||
#include "iwl-sta.h"
|
||||
#include "3945.h"
|
||||
#include "iwl-core.h"
|
||||
|
@ -36,7 +36,7 @@
|
||||
|
||||
#include <linux/workqueue.h>
|
||||
|
||||
#include "iwl-commands.h"
|
||||
#include "commands.h"
|
||||
#include "3945.h"
|
||||
#include "iwl-sta.h"
|
||||
|
||||
|
@ -39,8 +39,7 @@
|
||||
#include <asm/unaligned.h>
|
||||
#include <net/mac80211.h>
|
||||
|
||||
#include "iwl-fh.h"
|
||||
#include "iwl-commands.h"
|
||||
#include "commands.h"
|
||||
#include "iwl-sta.h"
|
||||
#include "iwl-eeprom.h"
|
||||
#include "iwl-core.h"
|
||||
|
@ -36,7 +36,6 @@ extern const struct pci_device_id il3945_hw_card_ids[];
|
||||
|
||||
#include "iwl-csr.h"
|
||||
#include "iwl-prph.h"
|
||||
#include "iwl-fh.h"
|
||||
#include "iwl-debug.h"
|
||||
#include "iwl-power.h"
|
||||
#include "iwl-dev.h"
|
||||
|
@ -60,11 +60,6 @@
|
||||
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
*
|
||||
*****************************************************************************/
|
||||
/*
|
||||
* Please use this file (iwl-commands.h) only for uCode API definitions.
|
||||
* Please use iwl-xxxx-hw.h for hardware-related definitions.
|
||||
* Please use iwl-dev.h for driver implementation definitions.
|
||||
*/
|
||||
|
||||
#ifndef __il_commands_h__
|
||||
#define __il_commands_h__
|
@ -25,7 +25,7 @@
|
||||
*****************************************************************************/
|
||||
/*
|
||||
* Please use this file (iwl-dev.h) for driver implementation definitions.
|
||||
* Please use iwl-commands.h for uCode API definitions.
|
||||
* Please use commands.h for uCode API definitions.
|
||||
* Please use 4965.h for hardware-related definitions.
|
||||
*/
|
||||
|
||||
@ -42,7 +42,6 @@
|
||||
#include "iwl-eeprom.h"
|
||||
#include "iwl-csr.h"
|
||||
#include "iwl-prph.h"
|
||||
#include "iwl-fh.h"
|
||||
#include "iwl-debug.h"
|
||||
#include "4965.h"
|
||||
#include "iwl-led.h"
|
||||
|
@ -28,7 +28,7 @@
|
||||
#ifndef __il_power_setting_h__
|
||||
#define __il_power_setting_h__
|
||||
|
||||
#include "iwl-commands.h"
|
||||
#include "commands.h"
|
||||
|
||||
enum il_power_level {
|
||||
IL_POWER_IDX_1,
|
||||
|
Loading…
Reference in New Issue
Block a user