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/fixes-for-merge-window~4^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3d5a96582303e28c48699f3faaf920ef7d43e6f2;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