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

Commit 565f5a94 authored by Johannes Berg's avatar Johannes Berg
Browse files

iwlwifi: include export.h instead of module.h



We only need EXPORT_SYMBOL_GPL, none of the other things
from module.h, so only include export.h.

Reviewed-by: default avatarEmmanuel Grumbach <emmanuel.grumbach@intel.com>
Signed-off-by: default avatarJohannes Berg <johannes.berg@intel.com>
parent 476a9e09
Loading
Loading
Loading
Loading
+1 −2
Original line number Original line Diff line number Diff line
@@ -62,8 +62,7 @@


#ifndef __iwl_drv_h__
#ifndef __iwl_drv_h__
#define __iwl_drv_h__
#define __iwl_drv_h__

#include <linux/export.h>
#include <linux/module.h>


/* for all modules */
/* for all modules */
#define DRV_NAME        "iwlwifi"
#define DRV_NAME        "iwlwifi"