From 7d3b650382a37cdfe13651e6ec72ced7ace41aad Mon Sep 17 00:00:00 2001 From: Andreas Kemnade Date: Mon, 25 Nov 2019 13:16:59 +0100 Subject: [PATCH] facetimehd: compile fix for kernel 5.4 pci-aspm.h is merged into pci.h Signed-off-by: Andreas Kemnade --- fthd_drv.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/fthd_drv.c b/fthd_drv.c index 95afbac..2255d30 100644 --- a/fthd_drv.c +++ b/fthd_drv.c @@ -21,7 +21,10 @@ #include #include #include +#include +#if LINUX_VERSION_CODE < KERNEL_VERSION(5,4,0) #include +#endif #include #include #include