From: Ingo Molnar Date: Sun, 9 Nov 2008 07:10:03 +0000 (+0100) Subject: x86: clean up vget_cycles() X-Git-Tag: v2.6.29-rc1~536^2~50 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4fcc50abdffb517cee36cec9cb22138d84fb62d0;p=pandora-kernel.git x86: clean up vget_cycles() Impact: remove unused variable I forgot to remove the now unused "cycles_t cycles" parameter from vget_cycles() - which triggers build warnings as tsc.h is included in a number of files. Remove it. Signed-off-by: Ingo Molnar --- Reading git-diff-tree failed