Files
core/kernel/drivers/module-bbswitch/files/0002-kernel-5.7.patch
T
2020-08-05 18:27:05 +03:00

12 lines
390 B
Diff

diff -u -r bbswitch-0.8/bbswitch.c bbswitch-0.8-5.7/bbswitch.c
--- bbswitch-0.8/bbswitch.c 2020-06-02 00:34:20.370571802 +0000
+++ bbswitch-0.8-5.7/bbswitch.c 2020-06-02 00:35:18.161403639 +0000
@@ -29,6 +29,7 @@
#define pr_fmt(fmt) KBUILD_MODNAME ": " fmt
#include <linux/pci.h>
+#include <linux/proc_fs.h>
#include <linux/acpi.h>
#include <linux/module.h>
#include <asm/uaccess.h>