diff options
author | Arnd Bergmann <arnd@arndb.de> | 2011-10-20 18:32:28 +0200 |
---|---|---|
committer | Arnd Bergmann <arnd@arndb.de> | 2011-10-20 18:32:28 +0200 |
commit | d6bb0f27709b91e674ce1441e2dd5e68620edf14 (patch) | |
tree | 1b79f4894618a8849b06d0f12152e9c35053d94a /arch/arm/mach-mxs/mach-tx28.c | |
parent | 2f540738f8d228016c6cd0d3b303896c174ecee3 (diff) | |
parent | 91056a63a7d8dbc817747a22d9a9490463323575 (diff) |
Merge branch 'imx/cleanup' into next/cleanup
Diffstat (limited to 'arch/arm/mach-mxs/mach-tx28.c')
-rw-r--r-- | arch/arm/mach-mxs/mach-tx28.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-mxs/mach-tx28.c b/arch/arm/mach-mxs/mach-tx28.c index 515a423f82cd..955593806fd2 100644 --- a/arch/arm/mach-mxs/mach-tx28.c +++ b/arch/arm/mach-mxs/mach-tx28.c @@ -175,6 +175,6 @@ static struct sys_timer tx28_timer = { MACHINE_START(TX28, "Ka-Ro electronics TX28 module") .map_io = mx28_map_io, .init_irq = mx28_init_irq, - .init_machine = tx28_stk5v3_init, .timer = &tx28_timer, + .init_machine = tx28_stk5v3_init, MACHINE_END |