bnx2x: Moving includes

Signed-off-by: Eilon Greenstein <eilong@broadcom.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
Eilon Greenstein 2009-02-12 08:38:25 +00:00 committed by David S. Miller
parent 8440d2b636
commit 359d8b1599
3 changed files with 7 additions and 8 deletions

View file

@ -29,6 +29,12 @@
#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"

View file

@ -22,10 +22,6 @@
#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"
/********************************************************/

View file

@ -50,10 +50,7 @@
#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"