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

Commit 98613be0 authored by Stanislaw Gruszka's avatar Stanislaw Gruszka
Browse files

iwlegacy: rename iwl-core.h to common.h

parent 77375bb0
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -27,7 +27,7 @@
 *****************************************************************************/

#include "iwl-dev.h"
#include "iwl-core.h"
#include "common.h"
#include "3945.h"

static int il3945_stats_flag(struct il_priv *il, char *buf, int bufsz)
+1 −1
Original line number Diff line number Diff line
@@ -54,7 +54,7 @@
#include "commands.h"
#include "iwl-sta.h"
#include "3945.h"
#include "iwl-core.h"
#include "common.h"
#include "iwl-helpers.h"
#include "iwl-dev.h"
#include "iwl-spectrum.h"
+1 −1
Original line number Diff line number Diff line
@@ -42,7 +42,7 @@
#include "commands.h"
#include "iwl-sta.h"
#include "iwl-eeprom.h"
#include "iwl-core.h"
#include "common.h"
#include "iwl-helpers.h"
#include "iwl-led.h"
#include "3945.h"
+1 −1
Original line number Diff line number Diff line
@@ -64,7 +64,7 @@
#include <net/mac80211.h>

#include "iwl-dev.h"
#include "iwl-core.h"
#include "common.h"
#include "4965.h"

/*****************************************************************************
+1 −1
Original line number Diff line number Diff line
@@ -26,7 +26,7 @@
* Intel Corporation, 5200 N.E. Elam Young Parkway, Hillsboro, OR 97124-6497
*****************************************************************************/
#include "iwl-dev.h"
#include "iwl-core.h"
#include "common.h"
#include "4965.h"

static const char *fmt_value = "  %-30s %10u\n";
Loading