Forum | Documentation | Website | Blog

Skip to content
Snippets Groups Projects
Commit 310587c3 authored by Paul Gortmaker's avatar Paul Gortmaker
Browse files

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: default avatarPaul Gortmaker <paul.gortmaker@windriver.com>
parent d0e88ec9
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment