lkml.org 
[lkml]   [2018]   [Apr]   [1]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
Subject[PATCH 30/45] C++: Include linux/hrtimer.h from linux/timer.h
From
Date
linux/timer.h needs stuff from linux/hrtimer.h so include the latter from
the former.

Signed-off-by: David Howells <dhowells@redhat.com>
---

include/linux/timer.h | 1 +
1 file changed, 1 insertion(+)

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

struct tvec_base;

\
 
 \ /
  Last update: 2018-04-01 22:47    [W:0.331 / U:0.392 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site