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 ac9a786 commit 270205bCopy full SHA for 270205b
tools/testing/cxl/test/mock.c
@@ -19,7 +19,7 @@ void register_cxl_mock_ops(struct cxl_mock_ops *ops)
19
}
20
EXPORT_SYMBOL_GPL(register_cxl_mock_ops);
21
22
-static DEFINE_SRCU(cxl_mock_srcu);
+DEFINE_STATIC_SRCU(cxl_mock_srcu);
23
24
void unregister_cxl_mock_ops(struct cxl_mock_ops *ops)
25
{
0 commit comments