net: ethernet: broadcom: bnx2x: Remove redundant #ifdef
authorRasmus Villemoes <linux@rasmusvillemoes.dk>
Wed, 20 Aug 2014 13:14:49 +0000 (15:14 +0200)
committerDavid S. Miller <davem@davemloft.net>
Fri, 22 Aug 2014 18:29:58 +0000 (11:29 -0700)
commit7d149c5268d78d740cfdb20834328975251e7388
tree287c92138269001ce42ff163b0f3259e64f02538
parentcbd5228199d8be45d895d9d0cc2b8ce53835fc21
net: ethernet: broadcom: bnx2x: Remove redundant #ifdef

Nothing defines _ASM_GENERIC_INT_L64_H, it is a weird way to check for
64 bit longs, and u64 should be printed using %llx anyway.

Signed-off-by: Rasmus Villemoes <linux@rasmusvillemoes.dk>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ethernet/broadcom/bnx2x/bnx2x_cmn.c