From: Frans Klaver Date: Wed, 14 Jan 2015 08:15:42 +0000 (+0100) Subject: power: reset: ltc2952: fix C++ style function pointers X-Git-Tag: omap-for-v4.1/prcm-dts-mfd-syscon-fix~133^2~38 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5689b786f77308e7aa10fd736e87b270ae42026e;p=pandora-kernel.git power: reset: ltc2952: fix C++ style function pointers The function pointers for the timers and pm_power_off are assigned with C++ style foo = &func; Let's change it instead to the more C style foo = func; Signed-off-by: Frans Klaver Signed-off-by: Sebastian Reichel --- Reading git-diff-tree failed