]> git.proxmox.com Git - pve-kernel-jessie.git/blame - igb_4.10_compat.patch
update linux-tools paths for 4.10
[pve-kernel-jessie.git] / igb_4.10_compat.patch
CommitLineData
174ba651
FG
1 src/{igb_ptp.c.orig => igb_ptp.c} | 4 ++--
2 1 file changed, 2 insertions(+), 2 deletions(-)
3
4diff --git a/src/igb_ptp.c.orig b/src/igb_ptp.c
5index 744fa65..f334ac7 100644
6--- a/src/igb_ptp.c.orig
7+++ b/src/igb_ptp.c
8@@ -93,7 +93,7 @@
9 * SYSTIM read access for the 82576
10 */
11
12-static cycle_t igb_ptp_read_82576(const struct cyclecounter *cc)
13+static u64 igb_ptp_read_82576(const struct cyclecounter *cc)
14 {
15 struct igb_adapter *igb = container_of(cc, struct igb_adapter, cc);
16 struct e1000_hw *hw = &igb->hw;
17@@ -113,7 +113,7 @@ static cycle_t igb_ptp_read_82576(const struct cyclecounter *cc)
18 * SYSTIM read access for the 82580
19 */
20
21-static cycle_t igb_ptp_read_82580(const struct cyclecounter *cc)
22+static u64 igb_ptp_read_82580(const struct cyclecounter *cc)
23 {
24 struct igb_adapter *igb = container_of(cc, struct igb_adapter, cc);
25 struct e1000_hw *hw = &igb->hw;