Explorar o código

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>
Rusty Russell %!s(int64=17) %!d(string=hai) anos
pai
achega
25e82eba3a
Modificáronse 1 ficheiros con 0 adicións e 1 borrados
  1. 0 1
      drivers/lguest/lg.h

+ 0 - 1
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>