commit | d0e88ec90151c52ca9aa67adece8f2b8bd3c9f3b | [log] [tgz] |
---|---|---|
author | Paul Gortmaker <paul.gortmaker@windriver.com> | Thu Sep 29 16:37:30 2011 -0400 |
committer | Paul Gortmaker <paul.gortmaker@windriver.com> | Mon Oct 31 19:31:09 2011 -0400 |
tree | 1a4e49ef3605e4dbab29797b0c2e5ff8ca787af0 | |
parent | 6eb07caf1ac5723720caea2ee93cd11b7058a0aa [diff] |
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>