git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cbd5228
)
net: ethernet: broadcom: bnx2x: Remove redundant #ifdef
author
Rasmus Villemoes
<linux@rasmusvillemoes.dk>
Wed, 20 Aug 2014 13:14:49 +0000
(15:14 +0200)
committer
David 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