Commit d0e88ec90151c52ca9aa67adece8f2b8bd3c9f3b

Authored by Paul Gortmaker
1 parent 6eb07caf1a

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>

Showing 1 changed file with 0 additions and 1 deletions Side-by-side Diff

drivers/net/wireless/ath/ath5k/debug.c
... ... @@ -60,7 +60,6 @@
60 60 #include <linux/export.h>
61 61 #include <linux/moduleparam.h>
62 62  
63   -#include <linux/module.h>
64 63 #include <linux/seq_file.h>
65 64 #include <linux/list.h>
66 65 #include "debug.h"