Commit 7b61c2a4 authored by Russell King's avatar Russell King

[ARM] time.c needs to include profile.h

time.c handles the kernel profiling, and references prof_buffer/
prof_len/prof_shift.
parent 5a7728c6
......@@ -26,6 +26,7 @@
#include <linux/smp.h>
#include <linux/timex.h>
#include <linux/errno.h>
#include <linux/profile.h>
#include <asm/hardware.h>
#include <asm/io.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