From: Richard Cochran Date: Sun, 23 Dec 2012 21:19:09 +0000 (+0000) Subject: cpts: fix build error by removing useless code. X-Git-Tag: v3.8-rc2~19^2~8 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cbc44dbe1fc5df0959bf075405dcef07989fed37;p=pandora-kernel.git cpts: fix build error by removing useless code. The cpts driver tries to obtain the input clock frequency by calling the clock's internal 'recalc' method. Since has been removed, this code can no longer compile. However, the driver never makes use of the frequency value, so this patch fixes the issue by removing the offending code altogether. Signed-off-by: Richard Cochran Signed-off-by: David S. Miller --- Reading git-diff-tree failed