From: Paul Gortmaker Date: Thu, 15 Sep 2011 23:42:40 +0000 (-0400) Subject: drivers/net: fix mislocated headers in cxgb4/l2t.c X-Git-Tag: v3.2-rc1~22^2~144 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=310587c320e906c59ef4152c41d81b00adf1b259;p=pandora-kernel.git drivers/net: fix mislocated headers in cxgb4/l2t.c For some reason three #include are buried way down in the file. Since the inclusion of module.h is one of them, the inclusion comes after use of EXPORT_SYMBOL which will cause warnings about implicit declarations. Relocate all the headers to the top. Signed-off-by: Paul Gortmaker --- Reading git-diff-tree failed