commit | fd3065b25b69ce345073bbd294a73343a608fd8b | [log] [tgz] |
---|---|---|
author | Jan Glauber <jang@linux.vnet.ibm.com> | Wed Dec 05 23:20:14 2012 +0000 |
committer | David S. Miller <davem@davemloft.net> | Fri Dec 07 12:56:22 2012 -0500 |
tree | ae42adeddf60d1432bc75a5f466684896242ee9d | |
parent | c63da990cd63153ce5203f96822638a7ef0f9bf7 [diff] |
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 <jang@linux.vnet.ibm.com> Signed-off-by: David S. Miller <davem@davemloft.net>