diff options
Diffstat (limited to 'drivers/infiniband/hw/mthca/mthca_cmd.c')
-rw-r--r-- | drivers/infiniband/hw/mthca/mthca_cmd.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/infiniband/hw/mthca/mthca_cmd.c b/drivers/infiniband/hw/mthca/mthca_cmd.c index 9220473dbfbd..49f211d55df7 100644 --- a/drivers/infiniband/hw/mthca/mthca_cmd.c +++ b/drivers/infiniband/hw/mthca/mthca_cmd.c | |||
@@ -525,7 +525,7 @@ void mthca_cmd_use_polling(struct mthca_dev *dev) | |||
525 | } | 525 | } |
526 | 526 | ||
527 | struct mthca_mailbox *mthca_alloc_mailbox(struct mthca_dev *dev, | 527 | struct mthca_mailbox *mthca_alloc_mailbox(struct mthca_dev *dev, |
528 | unsigned int gfp_mask) | 528 | gfp_t gfp_mask) |
529 | { | 529 | { |
530 | struct mthca_mailbox *mailbox; | 530 | struct mthca_mailbox *mailbox; |
531 | 531 | ||