Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 47129654 authored by Alexander Beregalov's avatar Alexander Beregalov Committed by Ingo Molnar
Browse files

x86 setup.c: cleanup includes



x86: remove double includes in setup.c

Signed-off-by: default avatarAlexander Beregalov <a.beregalov@gmail.com>
Cc: yhlu.kernel@gmail.com
Signed-off-by: default avatarIngo Molnar <mingo@elte.hu>
parent 8450e853
Loading
Loading
Loading
Loading
+0 −5
Original line number Diff line number Diff line
@@ -57,12 +57,8 @@
#include <linux/slab.h>
#include <linux/user.h>
#include <linux/delay.h>
#include <linux/highmem.h>

#include <linux/kallsyms.h>
#include <linux/edd.h>
#include <linux/iscsi_ibft.h>
#include <linux/kexec.h>
#include <linux/cpufreq.h>
#include <linux/dma-mapping.h>
#include <linux/ctype.h>
@@ -104,7 +100,6 @@
#include <asm/paravirt.h>

#include <asm/percpu.h>
#include <asm/sections.h>
#include <asm/topology.h>
#include <asm/apicdef.h>
#ifdef CONFIG_X86_64