On Thu, 2017-02-09 at 15:15 +0000, Wei Yongjun wrote: > From: Wei Yongjun <[email protected]> > > Remove duplicated include.
Acked-by: Tim Chen <[email protected]> > > Signed-off-by: Wei Yongjun <[email protected]> > --- > arch/x86/kernel/itmt.c | 1 - > 1 file changed, 1 deletion(-) > > diff --git a/arch/x86/kernel/itmt.c b/arch/x86/kernel/itmt.c > index f73f475..b5ccc9b 100644 > --- a/arch/x86/kernel/itmt.c > +++ b/arch/x86/kernel/itmt.c > @@ -20,7 +20,6 @@ > * frequency under ITMT. > */ > > -#include <linux/sched.h> > #include <linux/cpumask.h> > #include <linux/cpuset.h> > #include <linux/mutex.h> > > >

