ARM: u300: merge u300.c into core.c and rid headers
commit234323ba4f226d9d3d90d5c30f7883362a810a20
authorLinus Walleij <linus.walleij@linaro.org>
Mon, 13 Aug 2012 09:35:55 +0000 (13 11:35 +0200)
committerLinus Walleij <linus.walleij@linaro.org>
Mon, 13 Aug 2012 11:53:06 +0000 (13 13:53 +0200)
treeb27dd85e6a1730ac1bc7157fa3a63af8df43e19f
parent651728507140246e9cf4e809f1877cb2eddbc84e
ARM: u300: merge u300.c into core.c and rid headers

This gets rid of the separate u300.c file in mach-u300 since
it can just as well live right in core.c, then we also get
rid of the broadcasted <mach/platform.h> file that is not
helping anyone. Put the interface to the system timer into
a separate header.

Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
arch/arm/mach-u300/Makefile
arch/arm/mach-u300/core.c
arch/arm/mach-u300/include/mach/platform.h [deleted file]
arch/arm/mach-u300/timer.c
arch/arm/mach-u300/timer.h [new file with mode: 0644]
arch/arm/mach-u300/u300.c [deleted file]