diff options
Diffstat (limited to 'drivers/scsi/scsi_transport_iscsi.c')
-rw-r--r-- | drivers/scsi/scsi_transport_iscsi.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/scsi/scsi_transport_iscsi.c b/drivers/scsi/scsi_transport_iscsi.c index 7fb69183c72d..55860d26f999 100644 --- a/drivers/scsi/scsi_transport_iscsi.c +++ b/drivers/scsi/scsi_transport_iscsi.c | |||
@@ -489,7 +489,7 @@ static inline struct list_head *skb_to_lh(struct sk_buff *skb) | |||
489 | } | 489 | } |
490 | 490 | ||
491 | static void* | 491 | static void* |
492 | mempool_zone_alloc_skb(unsigned int gfp_mask, void *pool_data) | 492 | mempool_zone_alloc_skb(gfp_t gfp_mask, void *pool_data) |
493 | { | 493 | { |
494 | struct mempool_zone *zone = pool_data; | 494 | struct mempool_zone *zone = pool_data; |
495 | 495 | ||