瀏覽代碼

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 年之前
父節點
當前提交
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>