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 c3bba9f commit 341faf2Copy full SHA for 341faf2
rust/helpers.c
@@ -16,16 +16,18 @@
16
*
17
* All symbols are exported as GPL-only to guarantee no GPL-only feature is
18
* accidentally exposed.
19
+ *
20
+ * Sorted alphabetically.
21
*/
22
23
#include <linux/bug.h>
24
#include <linux/build_bug.h>
25
#include <linux/err.h>
26
#include <linux/errname.h>
-#include <linux/refcount.h>
27
#include <linux/mutex.h>
-#include <linux/spinlock.h>
28
+#include <linux/refcount.h>
29
#include <linux/sched/signal.h>
30
+#include <linux/spinlock.h>
31
#include <linux/wait.h>
32
33
__noreturn void rust_helper_BUG(void)
0 commit comments