Commit a7be361e authored by Paul Mackerras's avatar Paul Mackerras

PPC32: rearrange includes in arch/ppc/kernel/irq.c to fix a compile error.

parent 567eee97
...@@ -29,13 +29,12 @@ ...@@ -29,13 +29,12 @@
* to reduce code space and undefined function references. * to reduce code space and undefined function references.
*/ */
#include <linux/ptrace.h>
#include <linux/errno.h> #include <linux/errno.h>
#include <linux/threads.h> #include <linux/threads.h>
#include <linux/kernel_stat.h> #include <linux/kernel_stat.h>
#include <linux/signal.h> #include <linux/signal.h>
#include <linux/sched.h> #include <linux/sched.h>
#include <linux/ptrace.h>
#include <linux/ioport.h> #include <linux/ioport.h>
#include <linux/interrupt.h> #include <linux/interrupt.h>
#include <linux/timex.h> #include <linux/timex.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