[PATCH] Include hrtimer.h for ANSI compliance

From: Thomas DuBuisson
Date: Tue Oct 06 2009 - 18:22:09 EST


Include <linux/hrtimer.h> to make pci.h ansi compliant (it references
an hrtimer enum).

Please CC on responses.

Signed-off-by: Thomas DuBuisson <Thomas.DuBuisson@xxxxxxxxx>
---
include/linux/timer.h | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/include/linux/timer.h b/include/linux/timer.h
index a2d1eb6..ad2b3cb 100644
--- a/include/linux/timer.h
+++ b/include/linux/timer.h
@@ -6,6 +6,7 @@
#include <linux/stddef.h>
#include <linux/debugobjects.h>
#include <linux/stringify.h>
+#include <linux/hrtimer.h>

struct tvec_base;

--
1.6.2.5
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/