]> git.openfabrics.org - ~emulex/infiniband.git/commitdiff
bnx2x: Moving includes
authorEilon Greenstein <eilong@broadcom.com>
Thu, 12 Feb 2009 08:38:25 +0000 (08:38 +0000)
committerDavid S. Miller <davem@davemloft.net>
Mon, 16 Feb 2009 07:31:55 +0000 (23:31 -0800)
Signed-off-by: Eilon Greenstein <eilong@broadcom.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/bnx2x.h
drivers/net/bnx2x_link.c
drivers/net/bnx2x_main.c

index bec5aff649a7ebc472ba55406d8f77d7c8949c89..5eb35a66f23e47b5e8207e30774184090ef6c8d1 100644 (file)
 
 #define BNX2X_NEW_NAPI
 
+
+#include "bnx2x_reg.h"
+#include "bnx2x_fw_defs.h"
+#include "bnx2x_hsi.h"
+#include "bnx2x_link.h"
+
 /* error/debug prints */
 
 #define DRV_MODULE_NAME                "bnx2x"
index 39db995c6985a3e0ccd129beb4b7c0aa4ac0eecc..5a17c7c9028690aa3272cfae5207545230f07962 100644 (file)
 #include <linux/ethtool.h>
 #include <linux/mutex.h>
 
-#include "bnx2x_reg.h"
-#include "bnx2x_fw_defs.h"
-#include "bnx2x_hsi.h"
-#include "bnx2x_link.h"
 #include "bnx2x.h"
 
 /********************************************************/
index 78f628a07839b8004e7e010e45db9d5edc9d3376..3f8402750c7a7460ee1bc66c5f73263a92e61676 100644 (file)
 #include <linux/zlib.h>
 #include <linux/io.h>
 
-#include "bnx2x_reg.h"
-#include "bnx2x_fw_defs.h"
-#include "bnx2x_hsi.h"
-#include "bnx2x_link.h"
+
 #include "bnx2x.h"
 #include "bnx2x_init.h"