Commit 1ddcf61a authored by Linus Torvalds's avatar Linus Torvalds

cpu.c needs <linux/module.h> for symbol exports

parent ae01bd8f
...@@ -9,6 +9,7 @@ ...@@ -9,6 +9,7 @@
#include <linux/sched.h> #include <linux/sched.h>
#include <linux/unistd.h> #include <linux/unistd.h>
#include <linux/cpu.h> #include <linux/cpu.h>
#include <linux/module.h>
#include <asm/semaphore.h> #include <asm/semaphore.h>
/* This protects CPUs going up and down... */ /* This protects CPUs going up and down... */
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment