Skip to content

Commit

Permalink
Revert "kni: fix compilation on SLES15-SP3"
Browse files Browse the repository at this point in the history
This reverts commit de7bca5.
It was found that this breaks other SUSE versions.
We will pick the final fix from main once we have it.
  • Loading branch information
cpaelzer committed Jun 10, 2021
1 parent 74ad940 commit d1610c3
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions kernel/linux/kni/compat.h
Expand Up @@ -133,9 +133,7 @@

#if KERNEL_VERSION(5, 6, 0) <= LINUX_VERSION_CODE || \
(defined(RHEL_RELEASE_CODE) && \
RHEL_RELEASE_VERSION(8, 3) <= RHEL_RELEASE_CODE) || \
(defined(CONFIG_SUSE_KERNEL) && \
KERNEL_VERSION(5, 3, 18) <= LINUX_VERSION_CODE)
RHEL_RELEASE_VERSION(8, 3) <= RHEL_RELEASE_CODE)
#define HAVE_TX_TIMEOUT_TXQUEUE
#endif

Expand Down

0 comments on commit d1610c3

Please sign in to comment.