blob: ef5428175f13ef08bcf3da20dc19b903af93a50d (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
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>
|