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: Emmanuel Grumbach <emmanuel.grumbach@intel.com>
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
This commit is contained in:
Johannes Berg 2013-06-05 17:36:26 +02:00
parent 476a9e09cb
commit 565f5a942b

View file

@ -62,8 +62,7 @@
#ifndef __iwl_drv_h__
#define __iwl_drv_h__
#include <linux/module.h>
#include <linux/export.h>
/* for all modules */
#define DRV_NAME "iwlwifi"