From 25e82eba3a351cc3b263cae765a8786c827e42af Mon Sep 17 00:00:00 2001 From: Rusty Russell <rusty@rustcorp.com.au> Date: Tue, 23 Oct 2007 15:19:49 +1000 Subject: [PATCH] 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> --- drivers/lguest/lg.h | 1 - 1 file changed, 1 deletion(-) diff --git a/drivers/lguest/lg.h b/drivers/lguest/lg.h index 64f0abed317c..399eab852ab5 100644 --- 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> -- GitLab