diff options
author | Greg Kroah-Hartman <gregkh@suse.de> | 2011-12-22 09:46:36 -0800 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@suse.de> | 2011-12-22 09:46:36 -0800 |
commit | a87b5b1cc1b95d7342eb2b38018d115abc8c4991 (patch) | |
tree | e8487f063fe9a8b77462d65cb12d13d923fd8a55 /arch/arm/include | |
parent | edbaa603eb801655e80808a9cf3d3b622e8ac66b (diff) | |
download | blackbird-obmc-linux-a87b5b1cc1b95d7342eb2b38018d115abc8c4991.tar.gz blackbird-obmc-linux-a87b5b1cc1b95d7342eb2b38018d115abc8c4991.zip |
arm: time.h: remove device.h #include
According to Russell King, this isn't needed anymore, so just remove it.
Reported-by: Russell King <linux@arm.linux.org.uk>
Cc: Kukjin Kim <kgene.kim@samsung.com>
Cc: Ben Dooks <ben-linux@fluff.org>
Cc: Vinod Koul <vinod.koul@intel.com>
Cc: Boojin Kim <boojin.kim@samsung.com>
Cc: Linus Walleij <linus.walleij@linaro.org>
Cc: Lucas De Marchi <lucas.demarchi@profusion.mobi>
Cc: Heiko Stuebner <heiko@sntech.de>
Cc: Kay Sievers <kay.sievers@vrfy.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'arch/arm/include')
-rw-r--r-- | arch/arm/include/asm/mach/time.h | 2 |
1 files changed, 0 insertions, 2 deletions
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 <linux/device.h> - /* * This is our kernel timer structure. * |