Skip to content

Commit

Permalink
fix building against 4.12
Browse files Browse the repository at this point in the history
  • Loading branch information
karolherbst committed Jul 9, 2017
1 parent 0c38f97 commit 322c962
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bbswitch.c
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
#include <linux/pci.h>
#include <linux/acpi.h>
#include <linux/module.h>
#include <asm/uaccess.h>
#include <linux/uaccess.h>
#include <linux/suspend.h>
#include <linux/seq_file.h>
#include <linux/pm_runtime.h>
Expand Down

0 comments on commit 322c962

Please sign in to comment.