tracing/fastboot: include missing headers
authorFrederic Weisbecker <fweisbec@gmail.com>
Thu, 11 Dec 2008 15:14:23 +0000 (16:14 +0100)
committerIngo Molnar <mingo@elte.hu>
Fri, 12 Dec 2008 08:26:13 +0000 (09:26 +0100)
commitda485e0cb16726797e99a595a399b9fc721b91bc
tree9efcec80a90920631de0aa216331af655a396d8d
parent8001530d5af707eb9a158839c8f651eb6c1cb3c2
tracing/fastboot: include missing headers

For now include/trace/boot.h doesn't need to include necessary headers
for its functions and structures because the files that include it already
do it.

But boot.h could be needed as well for further uses on other files.
So, this patch adds the necessary headers for future purposes...

Signed-off-by: Frederic Weisbecker <fweisbec@gmail.com>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
include/trace/boot.h