]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit18fb397ce801037ce1cab39410a0625f01c3be56
tree287c92138269001ce42ff163b0f3259e64f02538
parent3afa5d7e4510ce1a9272678fa8ec66d124cbb726
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