Re: [PATCH] ethtool: change to new sane powerpc64 kernel headers

2019-01-18 Thread John W. Linville
On Fri, Dec 14, 2018 at 05:19:36PM -0800, Maciej Żenczykowski wrote: > From: Maciej Żenczykowski > > This fixes: > In file included from ethtool-copy.h:22:0, >from internal.h:32, >from ethtool.c:29: > .../include/linux/types.h:32:25: error: conflicting

Re: [PATCH] ethtool: change to new sane powerpc64 kernel headers

2018-12-15 Thread Ben Hutchings
On Fri, 2018-12-14 at 17:19 -0800, Maciej Żenczykowski wrote: > From: Maciej Żenczykowski > > This fixes: > In file included from ethtool-copy.h:22:0, >from internal.h:32, >from ethtool.c:29: > .../include/linux/types.h:32:25: error: conflicting types f

[PATCH] ethtool: change to new sane powerpc64 kernel headers

2018-12-14 Thread Maciej Żenczykowski
From: Maciej Żenczykowski This fixes: In file included from ethtool-copy.h:22:0, from internal.h:32, from ethtool.c:29: .../include/linux/types.h:32:25: error: conflicting types for '__be64' typedef __u64 __bitwise __be64; ^