Commit 00e17e18 authored by Matthew Wilcox's avatar Matthew Wilcox Committed by David S. Miller

[PATCH] missing smp.h in topology.c

parent 8ab9bc8e
...@@ -26,6 +26,7 @@ ...@@ -26,6 +26,7 @@
* Send feedback to <colpatch@us.ibm.com> * Send feedback to <colpatch@us.ibm.com>
*/ */
#include <linux/init.h> #include <linux/init.h>
#include <linux/smp.h>
#include <asm/cpu.h> #include <asm/cpu.h>
struct i386_cpu cpu_devices[NR_CPUS]; struct i386_cpu cpu_devices[NR_CPUS];
......
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