Commit d63f2a5a authored by Russell King's avatar Russell King

[ARM] Oprofile should use asm/irq.h not asm/arch/irqs.h

parent a9c64f5c
...@@ -20,7 +20,7 @@ ...@@ -20,7 +20,7 @@
#include <linux/sched.h> #include <linux/sched.h>
#include <linux/oprofile.h> #include <linux/oprofile.h>
#include <linux/interrupt.h> #include <linux/interrupt.h>
#include <asm/arch/irqs.h> #include <asm/irq.h>
#include <asm/system.h> #include <asm/system.h>
#include "op_counter.h" #include "op_counter.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