]> git.openfabrics.org - ~shefty/rdma-dev.git/commitdiff
bnx2x: Fix compilation with stop-on-error
authorYuval Mintz <yuvalmin@broadcom.com>
Wed, 23 Jan 2013 03:21:53 +0000 (03:21 +0000)
committerDavid S. Miller <davem@davemloft.net>
Wed, 23 Jan 2013 18:58:29 +0000 (13:58 -0500)
Commit 823e1d9 caused bnx2x to fail once BNX2X_STOP_ON_ERROR is set.
Fixes compilation by moving function declarations between header files.

Signed-off-by: Yuval Mintz <yuvalmin@broadcom.com>
Signed-off-by: Ariel Elior <ariele@broadcom.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ethernet/broadcom/bnx2x/bnx2x.h
drivers/net/ethernet/broadcom/bnx2x/bnx2x_cmn.h

index 55ae8f95e6635544a1156be4e0345a19798e19ee..e4605a965084d18d65de70ab46c8ccbc7debe907 100644 (file)
@@ -122,6 +122,8 @@ do {                                                                 \
                dev_info(&bp->pdev->dev, fmt, ##__VA_ARGS__);    \
 } while (0)
 
+/* Error handling */
+void bnx2x_panic_dump(struct bnx2x *bp, bool disable_int);
 #ifdef BNX2X_STOP_ON_ERROR
 #define bnx2x_panic()                          \
 do {                                           \
index 4635c025bc2d230c8f8b137d4676ac12d93e95db..aee7671ff4c10bd55eda3a4b93a82e083ffaeb86 100644 (file)
@@ -479,8 +479,6 @@ int bnx2x_set_power_state(struct bnx2x *bp, pci_power_t state);
  */
 void bnx2x_update_max_mf_config(struct bnx2x *bp, u32 value);
 /* Error handling */
-void bnx2x_panic_dump(struct bnx2x *bp, bool disable_int);
-
 void bnx2x_fw_dump_lvl(struct bnx2x *bp, const char *lvl);
 
 /* validate currect fw is loaded */