diff options
| author | Hans Petter Selasky <hselasky@FreeBSD.org> | 2018-03-05 14:34:52 +0000 |
|---|---|---|
| committer | Hans Petter Selasky <hselasky@FreeBSD.org> | 2018-03-05 14:34:52 +0000 |
| commit | 1456d97c013eeae0e6864cc97e3b4666060ede18 (patch) | |
| tree | 87d379721b576d1b348f99e3b868a8e9200265c6 /sys/dev/mthca | |
| parent | bf8641fedb55b1121814475c73e745c702791da0 (diff) | |
Notes
Diffstat (limited to 'sys/dev/mthca')
| -rw-r--r-- | sys/dev/mthca/mthca_provider.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/dev/mthca/mthca_provider.c b/sys/dev/mthca/mthca_provider.c index db747f9b91bc..d3aa11c94587 100644 --- a/sys/dev/mthca/mthca_provider.c +++ b/sys/dev/mthca/mthca_provider.c @@ -409,7 +409,8 @@ static int mthca_dealloc_pd(struct ib_pd *pd) } static struct ib_ah *mthca_ah_create(struct ib_pd *pd, - struct ib_ah_attr *ah_attr) + struct ib_ah_attr *ah_attr, + struct ib_udata *udata) { int err; struct mthca_ah *ah; |
