summary refs log tree commit diff
path: root/arch/powerpc
diff options
context:
space:
mode:
authorNaveen N. Rao <naveen.n.rao@linux.vnet.ibm.com>2022-01-06 17:15:08 +0530
committerMichael Ellerman <mpe@ellerman.id.au>2022-01-15 12:21:25 +1100
commit88a71086c48ae98e93c0208044827621e9717f7e (patch)
tree53916b339fee95418973fea4acce5f93a5e836ac /arch/powerpc
parentf9320c49993ca3c0ec0f9a7026b313735306bb8b (diff)
downloadlinux-88a71086c48ae98e93c0208044827621e9717f7e.tar.gz
tools/bpf: Rename 'struct event' to avoid naming conflict
On ppc64le, trying to build bpf seltests throws the below warning:
  In file included from runqslower.bpf.c:5:
  ./runqslower.h:7:8: error: redefinition of 'event'
  struct event {
	 ^
  /home/naveen/linux/tools/testing/selftests/bpf/tools/build/runqslower/vmlinux.h:156602:8:
  note: previous definition is here
  struct event {
	 ^

This happens since 'struct event' is defined in
drivers/net/ethernet/alteon/acenic.h . Rename the one in runqslower to a
more appropriate 'runq_event' to avoid the naming conflict.

Signed-off-by: Naveen N. Rao <naveen.n.rao@linux.vnet.ibm.com>
Acked-by: Daniel Borkmann <daniel@iogearbox.net>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
Link: https://lore.kernel.org/r/c13cb3767d26257ca4387b8296b632b433a58db6.1641468127.git.naveen.n.rao@linux.vnet.ibm.com

Diffstat (limited to 'arch/powerpc')
0 files changed, 0 insertions, 0 deletions