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

Commit 47ef694d authored by Stanislaw Gruszka's avatar Stanislaw Gruszka
Browse files

iwlegacy: merge iwl-{eeprom,led}.h into common.h

parent 99412002
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -40,9 +40,6 @@
#include <net/mac80211.h>

#include "common.h"
#include "commands.h"
#include "iwl-eeprom.h"
#include "iwl-led.h"
#include "3945.h"

/* Send led command */
+0 −2
Original line number Diff line number Diff line
@@ -37,8 +37,6 @@ extern const struct pci_device_id il3945_hw_card_ids[];
#include "common.h"
#include "iwl-prph.h"
#include "iwl-debug.h"
#include "iwl-led.h"
#include "iwl-eeprom.h"

/* Highest firmware API version supported */
#define IL3945_UCODE_API_MAX 2
+0 −1
Original line number Diff line number Diff line
@@ -50,7 +50,6 @@

#define DRV_NAME        "iwl4965"

#include "iwl-eeprom.h"
#include "common.h"
#include "4965.h"

+0 −1
Original line number Diff line number Diff line
@@ -38,7 +38,6 @@
#include <asm/unaligned.h>

#include "common.h"
#include "iwl-eeprom.h"
#include "4965.h"

#define IL_AC_UNSET -1
+0 −1
Original line number Diff line number Diff line
@@ -40,7 +40,6 @@
#include <linux/skbuff.h>
#include <net/mac80211.h>

#include "iwl-eeprom.h"
#include "iwl-debug.h"
#include "common.h"

Loading