Files
linux/drivers
Arnd Bergmann 3c09f4daee 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 <arnd@arndb.de>
Signed-off-by: Olof Johansson <olof@lixom.net>
2013-05-31 23:47:11 -07:00
..
2013-05-17 14:31:05 -04:00
2013-04-26 22:30:25 +02:00
2013-05-06 13:07:33 +02:00
2013-05-20 13:38:14 -07:00
2013-04-16 00:39:41 +02:00
2013-05-15 10:58:22 -07:00