commit | 9682bcdef1a9a0af940c30250ede697e7e70ef28 | [log] [tgz] |
---|---|---|
author | Arnd Bergmann <arnd@arndb.de> | Tue Apr 23 16:04:14 2013 +0200 |
committer | Arnd Bergmann <arnd@arndb.de> | Wed Jun 19 17:54:37 2013 +0200 |
tree | 456bfacae03149e9feeb3542d46c6f0681ef951c | |
parent | a857c6e7d5fda19c39674a61d9f360bc43a7dcf6 [diff] |
clocksource: kona: adapt to CLOCKSOURCE_OF_DECLARE change The CLOCKSOURCE_OF_DECLARE functions now take a device_node pointer as their argument, as of the clksrc/cleanup branch in arm-soc. This patch adapts the bcm_kona_timer driver to the new interface. Signed-off-by: Arnd Bergmann <arnd@arndb.de> Acked-by: Christian Daudt <csd@broadcom.com> Cc: John Stultz <john.stultz@linaro.org>