Fix very old kernels with CONFIG_SUSE_KERNEL

This commit is contained in:
Bjarne von Horn
2024-06-06 16:27:04 +02:00
parent f814e7d328
commit 0cb7cfd973
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -41,7 +41,7 @@
#define EC_GEN_RX_BUF_SIZE 1600
#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
+1 -1
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