From b02f0492e03a3e27d0836defadf7741ad41a0262 Mon Sep 17 00:00:00 2001 From: Bjarne von Horn Date: Fri, 7 Jun 2024 11:41:06 +0200 Subject: [PATCH] remove unneeded suse conditional. --- devices/igc/igc_main-5.15-ethercat.c | 4 ---- 1 file changed, 4 deletions(-) diff --git a/devices/igc/igc_main-5.15-ethercat.c b/devices/igc/igc_main-5.15-ethercat.c index 74fea0af..54f72448 100644 --- a/devices/igc/igc_main-5.15-ethercat.c +++ b/devices/igc/igc_main-5.15-ethercat.c @@ -2248,11 +2248,7 @@ static int __igc_xdp_run_prog(struct igc_adapter *adapter, return IGC_XDP_REDIRECT; break; default: -#if SUSE_VERSION == 15 && SUSE_PATCHLEVEL == 5 - bpf_warn_invalid_xdp_action(adapter->netdev, prog, act); -#else bpf_warn_invalid_xdp_action(act); -#endif fallthrough; case XDP_ABORTED: out_failure: