aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/s390
diff options
context:
space:
mode:
authorAl Viro <viro@ftp.linux.org.uk>2007-03-14 09:19:20 +0000
committerLinus Torvalds <torvalds@woody.linux-foundation.org>2007-03-14 15:27:50 -0700
commit23f28001f7858f0cbbcc8cc39d7a0a1346ed68e2 (patch)
tree0454fb7dffc58a34cc411667d16f49ff876c5502 /drivers/s390
parent[PATCH] cciss endian annotations (diff)
downloadlinux-dev-23f28001f7858f0cbbcc8cc39d7a0a1346ed68e2.tar.xz
linux-dev-23f28001f7858f0cbbcc8cc39d7a0a1346ed68e2.zip
[PATCH] qeth gfp_t annotations
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'drivers/s390')
-rw-r--r--drivers/s390/net/qeth.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/s390/net/qeth.h b/drivers/s390/net/qeth.h
index e95c281f1e36..84b108d7c7fd 100644
--- a/drivers/s390/net/qeth.h
+++ b/drivers/s390/net/qeth.h
@@ -873,7 +873,7 @@ qeth_realloc_headroom(struct qeth_card *card, struct sk_buff *skb, int size)
}
static inline struct sk_buff *
-qeth_pskb_unshare(struct sk_buff *skb, int pri)
+qeth_pskb_unshare(struct sk_buff *skb, gfp_t pri)
{
struct sk_buff *nskb;
if (!skb_cloned(skb))