Skip to content

Commit

Permalink
Add missing proc_fs.h header
Browse files Browse the repository at this point in the history
Required for 'struct proc_ops' since v5.7-rc1 with commit df23e2be3d24
("acpi: Remove header dependency").
  • Loading branch information
Lekensteyn committed May 26, 2020
1 parent 07b110d commit ddbd243
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions bbswitch.c
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@
#include <linux/suspend.h>
#include <linux/seq_file.h>
#include <linux/pm_runtime.h>
#include <linux/proc_fs.h>
#include <linux/version.h>

#define BBSWITCH_VERSION "0.8"
Expand Down

0 comments on commit ddbd243

Please sign in to comment.