From: Stephen Warren Date: Wed, 30 Jan 2013 17:49:30 +0000 (-0700) Subject: clocksource: always define CLOCKSOURCE_OF_DECLARE X-Git-Tag: v3.9-rc1~122^2~14 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e1d7ef1cc472de30995a50ecb9c7aa3361f985f9;p=pandora-kernel.git clocksource: always define CLOCKSOURCE_OF_DECLARE This allows clocksource drivers that support both DT and non-DT to always invoke macro CLOCKSOURCE_OF_DECLARE(), rather than wrapping it in a #ifdef CONFIG_CLKSRC_OF, which simplifies their code. Signed-off-by: Stephen Warren Signed-off-by: Olof Johansson --- Reading git-diff-tree failed