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

Commit 6238b008 authored by Johannes Berg's avatar Johannes Berg Committed by Wey-Yi Guy
Browse files

iwlwifi: clean up iwl-shared.h includes



That file is now holding just a few defines and
the module parameters, so it shouldn't include
anything. Make sure the right users include the
right files instead.

Signed-off-by: default avatarJohannes Berg <johannes.berg@intel.com>
Signed-off-by: default avatarWey-Yi Guy <wey-yi.w.guy@intel.com>
parent 26470b07
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -64,6 +64,7 @@
#define __iwl_agn_h__

#include "iwl-dev.h"
#include "iwl-config.h"

/* The first 11 queues (0-10) are used otherwise */
#define IWLAGN_FIRST_AMPDU_QUEUE	11
+1 −0
Original line number Diff line number Diff line
@@ -63,6 +63,7 @@

#include <linux/interrupt.h>
#include "iwl-debug.h"
#include "iwl-devtrace.h"

#define __iwl_fn(fn)						\
void __iwl_ ##fn(struct device *dev, const char *fmt, ...)	\
+0 −1
Original line number Diff line number Diff line
@@ -30,7 +30,6 @@
#define __iwl_debug_h__

#include "iwl-shared.h"
#include "iwl-devtrace.h"


static inline bool iwl_have_debug_level(u32 level)
+1 −0
Original line number Diff line number Diff line
@@ -38,6 +38,7 @@
#include <linux/slab.h>
#include <linux/mutex.h>

#include "iwl-fw.h"
#include "iwl-eeprom.h"
#include "iwl-csr.h"
#include "iwl-debug.h"
+2 −0
Original line number Diff line number Diff line
@@ -69,6 +69,8 @@
#include "iwl-trans.h"
#include "iwl-op-mode.h"
#include "iwl-agn-hw.h"
#include "iwl-fw.h"
#include "iwl-config.h"

/* private includes */
#include "iwl-fw-file.h"
Loading