projects
/
linux-2.6-microblaze.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ee8e7cf
)
Remove binfmts.h include from lg.h
author
Rusty Russell
<rusty@rustcorp.com.au>
Tue, 23 Oct 2007 05:19:49 +0000
(15:19 +1000)
committer
Rusty 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
patch
|
blob
|
history
diff --git
a/drivers/lguest/lg.h
b/drivers/lguest/lg.h
index
64f0abe
..
399eab8
100644
(file)
--- 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>