Эх сурвалжийг харах

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 17 жил өмнө
parent
commit
25e82eba3a
1 өөрчлөгдсөн 0 нэмэгдсэн , 1 устгасан
  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>