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:
9ce6e0b
)
net: add missing prefetch.h include
author
Heiko Carstens
<heiko.carstens@de.ibm.com>
Sun, 22 May 2011 16:55:10 +0000
(18:55 +0200)
committer
Linus Torvalds
<torvalds@linux-foundation.org>
Sun, 22 May 2011 18:26:02 +0000
(11:26 -0700)
Fixes build errors on s390 and probably other archs as well:
In file included from net/ipv4/ip_forward.c:32:0:
include/net/udp.h: In function 'udp_csum_outgoing':
include/net/udp.h:141:2: error: implicit declaration of function 'prefetch'
Signed-off-by: Heiko Carstens <heiko.carstens@de.ibm.com>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
No differences found