From: Ilya Leoshkevich <iii@xxxxxxxxxxxxx> Date: Wed, 10 Jul 2019 13:56:54 +0200 > bpf_helpers.h fails to compile on sparc: the code should be checking > for defined(bpf_target_sparc), but checks simply for bpf_target_sparc. > > Also change #ifdef bpf_target_powerpc to #if defined() for consistency. > > Signed-off-by: Ilya Leoshkevich <iii@xxxxxxxxxxxxx> Acked-by: David S. Miller <davem@xxxxxxxxxxxxx>