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)
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>

No differences found