aboutsummaryrefslogtreecommitdiff
path: root/drivers/s390/net/qeth.h
diff options
context:
space:
mode:
authorAvi Kivity <avi@qumranet.com>2007-03-19 14:11:12 +0200
committerAvi Kivity <avi@qumranet.com>2007-03-19 14:11:12 +0200
commit7b99ea3b210c8433102c98eb390c7c776360fe3d (patch)
tree343ae6ce2c51ad6f08559c45a12add04b6e66991 /drivers/s390/net/qeth.h
parent128e159e11e999496ec44a549fcac91de3802389 (diff)
parent5851fadce8824d5d4b8fd02c22ae098401f6489e (diff)
Merge branch 'origin'kvm-17
Diffstat (limited to 'drivers/s390/net/qeth.h')
-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))