Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 359d8b15 authored by Eilon Greenstein's avatar Eilon Greenstein Committed by David S. Miller
Browse files

bnx2x: Moving includes

parent 8440d2b6
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -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"
+0 −4
Original line number Diff line number Diff line
@@ -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"

/********************************************************/
+1 −4
Original line number Diff line number Diff line
@@ -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"