mirror of
https://github.com/patjak/facetimehd.git
synced 2026-04-09 11:02:31 +02:00
facetimehd: compile fix for kernel 5.4
pci-aspm.h is merged into pci.h Signed-off-by: Andreas Kemnade <andreas@kemnade.info>
This commit is contained in:
committed by
Patrik Jakobsson
parent
5490fa69d6
commit
7d3b650382
@@ -21,7 +21,10 @@
|
||||
#include <linux/kernel.h>
|
||||
#include <linux/module.h>
|
||||
#include <linux/pci.h>
|
||||
#include <linux/version.h>
|
||||
#if LINUX_VERSION_CODE < KERNEL_VERSION(5,4,0)
|
||||
#include <linux/pci-aspm.h>
|
||||
#endif
|
||||
#include <linux/io.h>
|
||||
#include <linux/interrupt.h>
|
||||
#include <linux/workqueue.h>
|
||||
|
||||
Reference in New Issue
Block a user