From: Stephen Warren Date: Tue, 8 Jan 2013 17:33:37 +0000 (-0700) Subject: ARM: sunxi: fix struct sys_timer removal X-Git-Tag: v3.9-rc1~122^2~31^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1c2584c3a1c882fec729147a46d822522552e38c;p=pandora-kernel.git ARM: sunxi: fix struct sys_timer removal Commit 6bb27d7 "ARM: delete struct sys_timer" removed struct sys_timer, but didn't update mach-sunxi/sunxi.c for this change, even though the sunxi timer implementation itself was updated. This caused a build break: arch/arm/mach-sunxi/sunxi.c:94:2: error: unknown field 'timer' specified in initializer arch/arm/mach-sunxi/sunxi.c:94:12: error: 'sunxi_timer' undeclared here (not in a function) Signed-off-by: Stephen Warren Signed-off-by: Olof Johansson --- Reading git-diff-tree failed