projects
/
GitHub
/
moto-9609
/
android_kernel_motorola_exynos9610.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
|
blame
|
history
diff --git
a/drivers/lguest/lg.h
b/drivers/lguest/lg.h
index 64f0abed317c2fbb6afe4c7d3ca881c163353ef7..399eab852ab5f63b770267ae89b1dddeb4c68f29 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>