From a87b5b1cc1b95d7342eb2b38018d115abc8c4991 Mon Sep 17 00:00:00 2001 From: Greg Kroah-Hartman Date: Thu, 22 Dec 2011 09:46:36 -0800 Subject: arm: time.h: remove device.h #include According to Russell King, this isn't needed anymore, so just remove it. Reported-by: Russell King Cc: Kukjin Kim Cc: Ben Dooks Cc: Vinod Koul Cc: Boojin Kim Cc: Linus Walleij Cc: Lucas De Marchi Cc: Heiko Stuebner Cc: Kay Sievers Signed-off-by: Greg Kroah-Hartman --- arch/arm/include/asm/mach/time.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'arch/arm/include/asm/mach/time.h') diff --git a/arch/arm/include/asm/mach/time.h b/arch/arm/include/asm/mach/time.h index 1953e1b7a53f..f73c908b7fa0 100644 --- a/arch/arm/include/asm/mach/time.h +++ b/arch/arm/include/asm/mach/time.h @@ -10,8 +10,6 @@ #ifndef __ASM_ARM_MACH_TIME_H #define __ASM_ARM_MACH_TIME_H -#include - /* * This is our kernel timer structure. * -- cgit