[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <4c44d90b0910061520o36adc7m50419be3a3d9d0fa@mail.gmail.com>
Date: Tue, 6 Oct 2009 15:20:16 -0700
From: Thomas DuBuisson <thomas.dubuisson@...il.com>
To: linux-kernel@...r.kernel.org
Subject: [PATCH] Include hrtimer.h for ANSI compliance
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@...il.com>
---
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@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists