From: Arnd Bergmann Date: Fri, 31 May 2013 15:49:28 +0000 (+0200) Subject: ARM: nomadik: fix clocksource warning X-Git-Tag: omap-for-v3.11/fixes-for-merge-window~69^2~29 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3c09f4daeee83b76779dec766f57e9e883402bb1;p=pandora-kernel.git ARM: nomadik: fix clocksource warning The clocksource API has changed slightly, which causes a harmless warning: /git/arm-soc/drivers/clocksource/nomadik-mtu.c:259:28: warning: 'nmdk_timer_match' defined but not used [-Wunused-variable] static struct of_device_id nmdk_timer_match[] __initconst = { ^ Fortunately, the same API change also lets us simplify the code while removing the warning. Signed-off-by: Arnd Bergmann Signed-off-by: Olof Johansson --- Reading git-diff-tree failed