Fix very old kernels with CONFIG_SUSE_KERNEL

This commit is contained in:
Bjarne von Horn
2024-06-06 16:25:55 +02:00
parent f814e7d328
commit 0cb7cfd973
2 changed files with 2 additions and 2 deletions

View File

@@ -38,7 +38,7 @@
#include "mailbox.h"
#include "ethernet.h"
#ifdef CONFIG_SUSE_KERNEL
#if defined(CONFIG_SUSE_KERNEL) && LINUX_VERSION_CODE >= KERNEL_VERSION(5, 14, 0)
#include <linux/suse_version.h>
#else
# ifndef SUSE_VERSION