Commit a402700f authored by Paul Mackerras's avatar Paul Mackerras

PPC32: include sched.h before elfcore.h in ppc_ksyms.c

This fixes a compile error.
parent 1ad5f07d
......@@ -5,8 +5,8 @@
#include <linux/module.h>
#include <linux/threads.h>
#include <linux/smp.h>
#include <linux/elfcore.h>
#include <linux/sched.h>
#include <linux/elfcore.h>
#include <linux/string.h>
#include <linux/interrupt.h>
#include <linux/tty.h>
......
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