From: Jan Rękorajski Date: Mon, 29 Jun 2015 06:09:43 +0000 (+0200) Subject: removed two unneeded fixes X-Git-Tag: auto/th/igb-5.3.2-2~6 X-Git-Url: http://git.pld-linux.org/gitweb.cgi?a=commitdiff_plain;h=584a7ba1ab651c58fbded7247b6dda1378727fe9;hp=d1c0ba0dc7ad698fc1d5c50e472d2410d25c1718;p=packages%2Figb.git removed two unneeded fixes --- diff --git a/timespec64.patch b/timespec64.patch index edc14cb..57b388a 100644 --- a/timespec64.patch +++ b/timespec64.patch @@ -36,21 +36,3 @@ { struct igb_adapter *igb = container_of(ptp, struct igb_adapter, ptp_caps); -@@ -411,7 +411,7 @@ - - #ifndef HAVE_PTP_CLOCK_INFO_GETTIME64 - static int igb_ptp_gettime_82576(struct ptp_clock_info *ptp, -- struct timespec *ts) -+ struct timespec64 *ts) - { - struct timespec64 ts64; - int err; -@@ -426,7 +426,7 @@ - } - - static int igb_ptp_gettime_i210(struct ptp_clock_info *ptp, -- struct timespec *ts) -+ struct timespec64 *ts) - { - struct timespec64 ts64; - int err;