From: Jan Glauber Date: Wed, 5 Dec 2012 23:20:14 +0000 (+0000) Subject: chelsio: remove get_clock and use ktime_get X-Git-Tag: omap-for-v3.8/fixes-for-merge-window-v4-signed~45^2~60 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fd3065b25b69ce345073bbd294a73343a608fd8b;p=pandora-kernel.git chelsio: remove get_clock and use ktime_get The get_clock() of the chelsio driver clashes with the s390 one. The chelsio helper reads a timespec via ktime just to convert it back to ktime. I can see no different outcome from calling ktime_get directly. Remove the get_clock and use ktime_get directly. Signed-off-by: Jan Glauber Signed-off-by: David S. Miller --- Reading git-diff-tree failed