aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/lguest
diff options
context:
space:
mode:
authorRusty Russell <rusty@rustcorp.com.au>2007-10-23 01:19:49 -0400
committerRusty Russell <rusty@rustcorp.com.au>2007-10-23 01:49:47 -0400
commit25e82eba3a351cc3b263cae765a8786c827e42af (patch)
treeb6be16254abe3bd9e0d81a25be5fa3edf08a0e6b /drivers/lguest
parentee8e7cfe9d330d6f1ce0b9b1620d6df5d9cf6b70 (diff)
Remove binfmts.h include from lg.h
It wasn't needed since a very early prototype of lguest. Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
Diffstat (limited to 'drivers/lguest')
-rw-r--r--drivers/lguest/lg.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/lguest/lg.h b/drivers/lguest/lg.h
index 64f0abed317c..399eab852ab5 100644
--- a/drivers/lguest/lg.h
+++ b/drivers/lguest/lg.h
@@ -12,7 +12,6 @@
12#include <linux/types.h> 12#include <linux/types.h>
13#include <linux/init.h> 13#include <linux/init.h>
14#include <linux/stringify.h> 14#include <linux/stringify.h>
15#include <linux/binfmts.h>
16#include <linux/futex.h> 15#include <linux/futex.h>
17#include <linux/lguest.h> 16#include <linux/lguest.h>
18#include <linux/lguest_launcher.h> 17#include <linux/lguest_launcher.h>