]> git.baikalelectronics.ru Git - kernel.git/commit
drivers/net: fix mislocated headers in cxgb4/l2t.c
authorPaul Gortmaker <paul.gortmaker@windriver.com>
Thu, 15 Sep 2011 23:42:40 +0000 (19:42 -0400)
committerPaul Gortmaker <paul.gortmaker@windriver.com>
Mon, 31 Oct 2011 23:31:10 +0000 (19:31 -0400)
commit2c4ea6a114e5b6e6f6e73058a3835d9777f13d70
tree6dda14eaae4294916983af2ef3558a0a48c43405
parent0f6d027e5da80064f2042ef62f6abde2a8be5f82
drivers/net: fix mislocated headers in cxgb4/l2t.c

For some reason three #include <linux/...> 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 <paul.gortmaker@windriver.com>
drivers/net/ethernet/chelsio/cxgb4/l2t.c