projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
476a9e0
)
iwlwifi: include export.h instead of module.h
author
Johannes Berg
<johannes.berg@intel.com>
Wed, 5 Jun 2013 15:36:26 +0000
(17:36 +0200)
committer
Johannes Berg
<johannes.berg@intel.com>
Tue, 11 Jun 2013 18:16:26 +0000
(20:16 +0200)
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>
drivers/net/wireless/iwlwifi/iwl-drv.h
patch
|
blob
|
history
diff --git
a/drivers/net/wireless/iwlwifi/iwl-drv.h
b/drivers/net/wireless/iwlwifi/iwl-drv.h
index 7d145091630880ceafe9b4626f37df95e976e4e2..429337a2b9a15189c0c0fefc94389a884e3b43f3 100644
(file)
--- a/
drivers/net/wireless/iwlwifi/iwl-drv.h
+++ b/
drivers/net/wireless/iwlwifi/iwl-drv.h
@@
-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"