]> bbs.cooldavid.org Git - net-next-2.6.git/commit
mxc timer: make compile time independent
authorSascha Hauer <s.hauer@pengutronix.de>
Wed, 18 Feb 2009 19:58:40 +0000 (20:58 +0100)
committerSascha Hauer <s.hauer@pengutronix.de>
Thu, 7 May 2009 14:15:42 +0000 (16:15 +0200)
commitec996ba9b5cc2a085ca6938678317c4ff9c954d1
treed13b9e1f1ef674e762b2ed24f55b6b514b8cc509
parentcd4a05f9df859e7cd2efa96e035444a3decb427a
mxc timer: make compile time independent

Currently we depend on hardcoded base addresses for the timer.
This prevents us from compiling in more than one i.MX architecture
at a time. This patch changes the base address to a runtime
calculated one.

Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
arch/arm/plat-mxc/include/mach/mxc_timer.h [deleted file]
arch/arm/plat-mxc/time.c