History log of /drivers/net/ethernet/chelsio/cxgb4/l2t.c
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
310587c320e906c59ef4152c41d81b00adf1b259 16-Sep-2011 Paul Gortmaker <paul.gortmaker@windriver.com> 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
f7917c009c28c941ba151ee66f04dc7f6a2e1e0b 07-Apr-2011 Jeff Kirsher <jeffrey.t.kirsher@intel.com> chelsio: Move the Chelsio drivers

Moves the drivers for the Chelsio chipsets into
drivers/net/ethernet/chelsio/ and the necessary Kconfig and Makefile
changes.

CC: Divy Le Ray <divy@chelsio.com>
CC: Dimitris Michailidis <dm@chelsio.com>
CC: Casey Leedom <leedom@chelsio.com>
Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
/drivers/net/ethernet/chelsio/cxgb4/l2t.c