mirror of
https://github.com/SCST-project/scst.git
synced 2026-09-19 14:34:18 +00:00
ib_srpt: Fix nightly build
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
LINUXINCLUDE := $(PRE_CFLAGS) $(LINUXINCLUDE)
|
||||
|
||||
obj-m += pd_has_local_dma_lkey.o
|
||||
@@ -0,0 +1,10 @@
|
||||
#include <linux/module.h>
|
||||
#include <linux/stddef.h>
|
||||
#include <rdma/ib_verbs.h>
|
||||
|
||||
static int modinit(void)
|
||||
{
|
||||
return offsetof(struct ib_pd, local_dma_lkey);
|
||||
}
|
||||
|
||||
module_init(modinit);
|
||||
Reference in New Issue
Block a user