Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit d4459a99 authored by Stanislaw Gruszka's avatar Stanislaw Gruszka
Browse files

iwlegacy: rename iwl-commands.h to commands.h



On the way remove also not needed iwl-fh.h include.

Signed-off-by: default avatarStanislaw Gruszka <sgruszka@redhat.com>
parent 7f8e1223
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -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"
+1 −1
Original line number Diff line number Diff line
@@ -36,7 +36,7 @@

#include <linux/workqueue.h>

#include "iwl-commands.h"
#include "commands.h"
#include "3945.h"
#include "iwl-sta.h"

+1 −2
Original line number Diff line number Diff line
@@ -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"
+0 −1
Original line number Diff line number Diff line
@@ -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"
+0 −5
Original line number Diff line number Diff line
@@ -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__
Loading