[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <1366881845.4186.65.camel@chaos.site>
Date: Thu, 25 Apr 2013 11:24:05 +0200
From: Jean Delvare <jdelvare@...e.de>
To: Thomas Gleixner <tglx@...utronix.de>,
Ingo Molnar <mingo@...hat.com>,
"H. Peter Anvin" <hpa@...or.com>
Cc: x86 <x86@...nel.org>, linux-kernel <linux-kernel@...r.kernel.org>
Subject: [PATCH] x86, setup: Drop unneeded include <asm/dmi.h>
arch/x86/kernel/setup.c includes <asm/dmi.h> but it doesn't look like
it needs it, <linux/dmi.h> is sufficient.
Signed-off-by: Jean Delvare <jdelvare@...e.de>
Cc: Thomas Gleixner <tglx@...utronix.de>
Cc: Ingo Molnar <mingo@...hat.com>
Cc: "H. Peter Anvin" <hpa@...or.com>
---
arch/x86/kernel/setup.c | 1 -
1 file changed, 1 deletion(-)
--- linux-3.9-rc8.orig/arch/x86/kernel/setup.c 2013-04-23 14:30:49.473149298 +0200
+++ linux-3.9-rc8/arch/x86/kernel/setup.c 2013-04-23 14:41:45.666427600 +0200
@@ -82,7 +82,6 @@
#include <asm/timer.h>
#include <asm/i8259.h>
#include <asm/sections.h>
-#include <asm/dmi.h>
#include <asm/io_apic.h>
#include <asm/ist.h>
#include <asm/setup_arch.h>
--
Jean Delvare
Suse L3
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists