diff options
author | Rusty Russell <rusty@rustcorp.com.au> | 2007-10-23 15:19:49 +1000 |
---|---|---|
committer | Rusty Russell <rusty@rustcorp.com.au> | 2007-10-23 15:49:47 +1000 |
commit | 25e82eba3a351cc3b263cae765a8786c827e42af (patch) | |
tree | b6be16254abe3bd9e0d81a25be5fa3edf08a0e6b /drivers/lguest | |
parent | ee8e7cfe9d330d6f1ce0b9b1620d6df5d9cf6b70 (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.h | 1 |
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> |