drivers/net: wireless/ath/ath5k/debug.c does not need module.h
authorPaul Gortmaker <paul.gortmaker@windriver.com>
Thu, 29 Sep 2011 20:37:30 +0000 (16:37 -0400)
committerPaul Gortmaker <paul.gortmaker@windriver.com>
Mon, 31 Oct 2011 23:31:09 +0000 (19:31 -0400)
It only has module_param and EXPORT_SYMBOL, so now that export.h
is in scope at the same time as the recent ath5k update, we can
delete this module.h include.

Reported-by: Stephen Rothwell <sfr@canb.auug.org.au>
Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
drivers/net/wireless/ath/ath5k/debug.c

index d2bdd905a4f7e954fca3534bbf427566e2b44f0c..8c5ce8b0c7346873a64c6ee9e8f358a2d5a565c6 100644 (file)
@@ -60,7 +60,6 @@
 #include <linux/export.h>
 #include <linux/moduleparam.h>
 
-#include <linux/module.h>
 #include <linux/seq_file.h>
 #include <linux/list.h>
 #include "debug.h"