0002-kernel-5.7.patch 390 B

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