aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/lguest/lg.h
diff options
context:
space:
mode:
authorRusty Russell <rusty@rustcorp.com.au>2007-10-23 15:19:49 +1000
committerRusty Russell <rusty@rustcorp.com.au>2007-10-23 15:49:47 +1000
commit25e82eba3a351cc3b263cae765a8786c827e42af (patch)
treeb6be16254abe3bd9e0d81a25be5fa3edf08a0e6b /drivers/lguest/lg.h
parentMake asm-x86/bootparam.h includable from userspace. (diff)
downloadlinux-dev-25e82eba3a351cc3b263cae765a8786c827e42af.tar.xz
linux-dev-25e82eba3a351cc3b263cae765a8786c827e42af.zip
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/lg.h')
-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 @@
#include <linux/types.h>
#include <linux/init.h>
#include <linux/stringify.h>
-#include <linux/binfmts.h>
#include <linux/futex.h>
#include <linux/lguest.h>
#include <linux/lguest_launcher.h>