]> git.pld-linux.org Git - packages/igb.git/commitdiff
removed two unneeded fixes
authorJan Rękorajski <baggins@pld-linux.org>
Mon, 29 Jun 2015 06:09:43 +0000 (08:09 +0200)
committerJan Rękorajski <baggins@pld-linux.org>
Mon, 29 Jun 2015 06:09:43 +0000 (08:09 +0200)
timespec64.patch

index edc14cb485a615f2b618553ea51b8f2e0da668a1..57b388a8f52b020f7072d54e7e15e78396ba78cb 100644 (file)
  {
        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;
This page took 0.143061 seconds and 4 git commands to generate.