We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e67572c commit 3381586Copy full SHA for 3381586
drivers/cxl/cxl.h
@@ -12,6 +12,8 @@
12
#include <linux/node.h>
13
#include <linux/io.h>
14
15
+extern const struct nvdimm_security_ops *cxl_security_ops;
16
+
17
/**
18
* DOC: cxl objects
19
*
drivers/cxl/pmem.c
@@ -11,8 +11,6 @@
11
#include "cxlmem.h"
#include "cxl.h"
-extern const struct nvdimm_security_ops *cxl_security_ops;
-
static __read_mostly DECLARE_BITMAP(exclusive_cmds, CXL_MEM_COMMAND_ID_MAX);
static void clear_exclusive(void *mds)
0 commit comments