ARM: ux500: Move timer code to separate file
authorJonas Aaberg <jonas.aberg@stericsson.com>
Wed, 14 Sep 2011 07:10:54 +0000 (09:10 +0200)
committerLinus Walleij <linus.walleij@linaro.org>
Thu, 22 Sep 2011 13:43:26 +0000 (15:43 +0200)
commit5f5663a436a4c54ede441b4f8ab3f947e78db345
tree1b737e2136237172751e9d6e86fd5de6961b1d2e
parent7ed00af7a960031ad00017e3ebcf1d3ef22af498
ARM: ux500: Move timer code to separate file

Just split off the timer code to its own file so we have a
more fine-grained file tree.

Cc: Thomas Gleixner <tglx@linutronix.de>
Signed-off-by: Jonas Aaberg <jonas.aberg@stericsson.com>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
arch/arm/mach-ux500/Makefile
arch/arm/mach-ux500/cpu.c
arch/arm/mach-ux500/timer.c [new file with mode: 0644]