chelsio: remove get_clock and use ktime_get
authorJan Glauber <jang@linux.vnet.ibm.com>
Wed, 5 Dec 2012 23:20:14 +0000 (23:20 +0000)
committerDavid S. Miller <davem@davemloft.net>
Fri, 7 Dec 2012 17:56:22 +0000 (12:56 -0500)
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>

No differences found