diff options
author | Al Viro <viro@zeniv.linux.org.uk> | 2005-10-21 03:22:13 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@g5.osdl.org> | 2005-10-28 08:16:50 -0700 |
commit | 87b750dc4b7109aa744e7d331dc93df3fe5c1c28 (patch) | |
tree | a76309b353fc5c04eca8f6b5753b65e68f00c4d3 /drivers/infiniband/hw/mthca/mthca_memfree.h | |
parent | c53033f6b0bd7cc133b7f433083f0394cf29ac70 (diff) | |
download | blackbird-op-linux-87b750dc4b7109aa744e7d331dc93df3fe5c1c28.tar.gz blackbird-op-linux-87b750dc4b7109aa744e7d331dc93df3fe5c1c28.zip |
[PATCH] gfp_t: drivers/infiniband
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'drivers/infiniband/hw/mthca/mthca_memfree.h')
-rw-r--r-- | drivers/infiniband/hw/mthca/mthca_memfree.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/infiniband/hw/mthca/mthca_memfree.h b/drivers/infiniband/hw/mthca/mthca_memfree.h index bafa51544aa3..29433f295253 100644 --- a/drivers/infiniband/hw/mthca/mthca_memfree.h +++ b/drivers/infiniband/hw/mthca/mthca_memfree.h @@ -77,7 +77,7 @@ struct mthca_icm_iter { struct mthca_dev; struct mthca_icm *mthca_alloc_icm(struct mthca_dev *dev, int npages, - unsigned int gfp_mask); + gfp_t gfp_mask); void mthca_free_icm(struct mthca_dev *dev, struct mthca_icm *icm); struct mthca_icm_table *mthca_alloc_icm_table(struct mthca_dev *dev, |