diff options
Diffstat (limited to 'drivers/s390/net/qeth_core.h')
-rw-r--r-- | drivers/s390/net/qeth_core.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/s390/net/qeth_core.h b/drivers/s390/net/qeth_core.h index 480fbeab0256..b4796a40b002 100644 --- a/drivers/s390/net/qeth_core.h +++ b/drivers/s390/net/qeth_core.h | |||
@@ -816,7 +816,7 @@ static inline struct qeth_card *CARD_FROM_CDEV(struct ccw_device *cdev) | |||
816 | 816 | ||
817 | static inline int qeth_get_micros(void) | 817 | static inline int qeth_get_micros(void) |
818 | { | 818 | { |
819 | return (int) (get_clock() >> 12); | 819 | return (int) (get_tod_clock() >> 12); |
820 | } | 820 | } |
821 | 821 | ||
822 | static inline int qeth_get_ip_version(struct sk_buff *skb) | 822 | static inline int qeth_get_ip_version(struct sk_buff *skb) |