Skip to content

Commit 4008b10

Browse files
authored
Merge pull request #8 from EricccTaiwan/main
Always include vmalloc.h on all architectures
2 parents 8c03968 + 572a5b4 commit 4008b10

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

simrupt.c

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,8 @@
88
#include <linux/module.h>
99
#include <linux/slab.h>
1010
#include <linux/version.h>
11-
#include <linux/workqueue.h>
12-
#if defined(CONFIG_X86)
1311
#include <linux/vmalloc.h>
14-
#endif
12+
#include <linux/workqueue.h>
1513

1614
MODULE_LICENSE("Dual MIT/GPL");
1715
MODULE_AUTHOR("National Cheng Kung University, Taiwan");

0 commit comments

Comments
 (0)