dect
/
linux-2.6
Archived
13
0
Fork 0

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>
This commit is contained in:
Paul Gortmaker 2011-09-29 16:37:30 -04:00
parent 6eb07caf1a
commit d0e88ec901
1 changed files with 0 additions and 1 deletions

View 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"