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:
Stanislaw Gruszka 2011-08-31 10:59:02 +02:00
parent 7f8e122380
commit d4459a99c4
7 changed files with 5 additions and 14 deletions

View File

@ -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"

View File

@ -36,7 +36,7 @@
#include <linux/workqueue.h>
#include "iwl-commands.h"
#include "commands.h"
#include "3945.h"
#include "iwl-sta.h"

View File

@ -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"

View File

@ -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"

View File

@ -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__

View File

@ -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"

View File

@ -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,