Commit d0e88ec9 authored by Paul Gortmaker's avatar Paul Gortmaker

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: default avatarStephen Rothwell <sfr@canb.auug.org.au>
Signed-off-by: default avatarPaul Gortmaker <paul.gortmaker@windriver.com>
parent 6eb07caf
......@@ -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"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment