From: Paul Gortmaker Date: Thu, 29 Sep 2011 20:37:30 +0000 (-0400) Subject: drivers/net: wireless/ath/ath5k/debug.c does not need module.h X-Git-Tag: v3.2-rc1~22^2~145 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d0e88ec90151c52ca9aa67adece8f2b8bd3c9f3b;p=pandora-kernel.git 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 Signed-off-by: Paul Gortmaker --- Reading git-diff-tree failed