2007-08-01 17:56:18

by Michal Piotrowski

[permalink] [raw]
Subject: [RFC][PATCH] Removal of duplicated include arch/x86_64/kernel/time.c

Hi,

There is no need to include asm/hpet.h twice

Regards,
Michal

--
LOG
http://www.stardust.webpages.pl/log/

Signed-off-by: Michal Piotrowski <[email protected]>

--- linux-mm-clean/arch/x86_64/kernel/time.c 2007-08-01 16:40:02.000000000 +0200
+++ linux-mm/arch/x86_64/kernel/time.c 2007-08-01 18:25:10.000000000 +0200
@@ -42,7 +42,6 @@
#include <asm/sections.h>
#include <linux/hpet.h>
#include <asm/apic.h>
-#include <asm/hpet.h>
#include <asm/mpspec.h>
#include <asm/nmi.h>
#include <asm/vgtod.h>