From 955268e13f8f9422e7e89ee6350ec793dddd1e94 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Karel=20Ko=C4=8D=C3=AD?= Date: Tue, 1 Nov 2022 09:44:59 +0100 Subject: nixos: try to fix Turris Omnia PCIe on Linux 6.0 Unfortunatelly this seems to not work. --- ...-swab-use-stddefs.h-instead-of-compiler.h.patch | 26 ---------------------- 1 file changed, 26 deletions(-) delete mode 100644 nixos/modules/kernel-patches/0028-swab-use-stddefs.h-instead-of-compiler.h.patch (limited to 'nixos/modules/kernel-patches/0028-swab-use-stddefs.h-instead-of-compiler.h.patch') diff --git a/nixos/modules/kernel-patches/0028-swab-use-stddefs.h-instead-of-compiler.h.patch b/nixos/modules/kernel-patches/0028-swab-use-stddefs.h-instead-of-compiler.h.patch deleted file mode 100644 index 2b49bb8..0000000 --- a/nixos/modules/kernel-patches/0028-swab-use-stddefs.h-instead-of-compiler.h.patch +++ /dev/null @@ -1,26 +0,0 @@ -From 36da7f38eabfcc0802786eb691cf8231cd4e496a Mon Sep 17 00:00:00 2001 -From: OpenWrt community -Date: Wed, 13 Jul 2022 11:36:00 +0200 -Subject: [PATCH 28/96] swab: use stddefs.h instead of compiler.h - -Fix an issue with kernel headers that broke perf. ---- - include/uapi/linux/swab.h | 2 +- - 1 file changed, 1 insertion(+), 1 deletion(-) - -diff --git a/include/uapi/linux/swab.h b/include/uapi/linux/swab.h -index 7272f85d6d6a..3736f2fe1541 100644 ---- a/include/uapi/linux/swab.h -+++ b/include/uapi/linux/swab.h -@@ -3,7 +3,7 @@ - #define _UAPI_LINUX_SWAB_H - - #include --#include -+#include - #include - #include - --- -2.37.2 - -- cgit v1.2.3