Skip to content

Commit 62e6e9b

Browse files
committed
Merge tag 'pnp-extra-4.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm
Pull PNP fix from Rafael Wysocki: "This fixes build errors due to a missing header file inclusion in drivers/pnp/pnpbios/core.c (Randy Dunlap)" * tag 'pnp-extra-4.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm: PNP: pnpbios: add header file to fix build errors
2 parents 0524b42 + 61a67a3 commit 62e6e9b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

drivers/pnp/pnpbios/core.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,7 @@
6060
#include <linux/delay.h>
6161
#include <linux/acpi.h>
6262
#include <linux/freezer.h>
63+
#include <linux/kmod.h>
6364
#include <linux/kthread.h>
6465

6566
#include <asm/page.h>

0 commit comments

Comments
 (0)