Remove binfmts.h include from lg.h
authorRusty Russell <rusty@rustcorp.com.au>
Tue, 23 Oct 2007 05:19:49 +0000 (15:19 +1000)
committerRusty Russell <rusty@rustcorp.com.au>
Tue, 23 Oct 2007 05:49:47 +0000 (15:49 +1000)
It wasn't needed since a very early prototype of lguest.

Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
drivers/lguest/lg.h

index 64f0abe..399eab8 100644 (file)
@@ -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>