summaryrefslogtreecommitdiff
path: root/drivers/lguest/hypercalls.c
diff options
context:
space:
mode:
authorGlauber de Oliveira Costa <gcosta@redhat.com>2008-01-19 01:59:07 (GMT)
committerRusty Russell <rusty@rustcorp.com.au>2008-01-30 11:50:19 (GMT)
commitca94f2bdd1be626361fcfbd474d6b8823ed39f74 (patch)
tree9b7f82ce7c2c20a45e1bfb611153d05ac7af2baf /drivers/lguest/hypercalls.c
parent382ac6b3fbc0ea6a5697fc6caaf7e7de12fa8b96 (diff)
downloadlinux-fsl-qoriq-ca94f2bdd1be626361fcfbd474d6b8823ed39f74.tar.xz
lguest: Use explicit includes rateher than indirect
explicitly use ktime.h include explicitly use hrtimer.h include explicitly use sched.h include This patch adds headers explicitly to lguest sources file, to avoid depending on them being included somewhere else. Signed-off-by: Glauber de Oliveira Costa <gcosta@redhat.com> Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
Diffstat (limited to 'drivers/lguest/hypercalls.c')
-rw-r--r--drivers/lguest/hypercalls.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/lguest/hypercalls.c b/drivers/lguest/hypercalls.c
index 32666d0..0f2cb4f 100644
--- a/drivers/lguest/hypercalls.c
+++ b/drivers/lguest/hypercalls.c
@@ -23,6 +23,7 @@
#include <linux/uaccess.h>
#include <linux/syscalls.h>
#include <linux/mm.h>
+#include <linux/ktime.h>
#include <asm/page.h>
#include <asm/pgtable.h>
#include "lg.h"