From: Arnd Bergmann Date: Tue, 19 Mar 2013 14:38:50 +0000 (+0100) Subject: clocksource: make CLOCKSOURCE_OF_DECLARE type safe X-Git-Tag: omap-for-v3.10/dt-fixes-for-merge-window~67^2~16^2~8^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4d10f054f7df600ec8a388091c93b2d976920de0;p=pandora-kernel.git clocksource: make CLOCKSOURCE_OF_DECLARE type safe This ensures that a function pointer passed into CLOCKSOURCE_OF_DECLARE takes the same arguments that we use for calling that function later. Also fix the extraneous semicolon at end of the CLOCKSOURCE_OF_DECLARE definition. Signed-off-by: Arnd Bergmann Acked-by: Rob Herring --- Reading git-diff-tree failed