Skip to content

Commit

Permalink
Merge pull request #158 from karolherbst/fix_4.12
Browse files Browse the repository at this point in the history
fix building against 4.12

Should work with older kernels too, it was first introduced with torvalds/linux@c22ce14 which includes asm/uaccess.h
  • Loading branch information
Lekensteyn authored Jul 16, 2017
2 parents 0c38f97 + 322c962 commit 9dd2270
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 9dd2270

Please sign in to comment.