aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/ath/ath5k/debug.c
diff options
context:
space:
mode:
authorPaul Gortmaker <paul.gortmaker@windriver.com>2011-09-15 19:46:05 -0400
committerPaul Gortmaker <paul.gortmaker@windriver.com>2011-10-31 19:31:09 -0400
commit6eb07caf1ac5723720caea2ee93cd11b7058a0aa (patch)
treef497ae508fdd5147da5bc63b70934f6609e4c506 /drivers/net/wireless/ath/ath5k/debug.c
parentdrivers/net: change moduleparam.h to module.h as required. (diff)
downloadlinux-dev-6eb07caf1ac5723720caea2ee93cd11b7058a0aa.tar.xz
linux-dev-6eb07caf1ac5723720caea2ee93cd11b7058a0aa.zip
drivers/net: Add moduleparam.h to drivers as required.
These files were using moduleparam infrastructure, but were not including anything for it -- which is fine when module.h is being implicitly included in all files, but that is going away. Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
Diffstat (limited to 'drivers/net/wireless/ath/ath5k/debug.c')
-rw-r--r--drivers/net/wireless/ath/ath5k/debug.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/net/wireless/ath/ath5k/debug.c b/drivers/net/wireless/ath/ath5k/debug.c
index a8a72b32328e..d2bdd905a4f7 100644
--- a/drivers/net/wireless/ath/ath5k/debug.c
+++ b/drivers/net/wireless/ath/ath5k/debug.c
@@ -58,6 +58,7 @@
* THE POSSIBILITY OF SUCH DAMAGES.
*/
#include <linux/export.h>
+#include <linux/moduleparam.h>
#include <linux/module.h>
#include <linux/seq_file.h>