aboutsummaryrefslogtreecommitdiffstats
path: root/drivers
diff options
context:
space:
mode:
authorPaul Gortmaker <paul.gortmaker@windriver.com>2011-09-29 16:37:30 -0400
committerPaul Gortmaker <paul.gortmaker@windriver.com>2011-10-31 19:31:09 -0400
commitd0e88ec90151c52ca9aa67adece8f2b8bd3c9f3b (patch)
tree1a4e49ef3605e4dbab29797b0c2e5ff8ca787af0 /drivers
parentdrivers/net: Add moduleparam.h to drivers as required. (diff)
downloadlinux-dev-d0e88ec90151c52ca9aa67adece8f2b8bd3c9f3b.tar.xz
linux-dev-d0e88ec90151c52ca9aa67adece8f2b8bd3c9f3b.zip
drivers/net: wireless/ath/ath5k/debug.c does not need module.h
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>
Diffstat (limited to 'drivers')
-rw-r--r--drivers/net/wireless/ath/ath5k/debug.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/net/wireless/ath/ath5k/debug.c b/drivers/net/wireless/ath/ath5k/debug.c
index d2bdd905a4f7..8c5ce8b0c734 100644
--- a/drivers/net/wireless/ath/ath5k/debug.c
+++ b/drivers/net/wireless/ath/ath5k/debug.c
@@ -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"