On 28/08/2018 04:41, Steven Rostedt wrote: > On Fri, 24 Aug 2018 12:17:51 -0400 > Steven Rostedt <rostedt@xxxxxxxxxxx> wrote: > >> On Fri, 24 Aug 2018 18:14:43 +0200 >> Bernhard Landauer <oberon@xxxxxxxxxxx> wrote: >> >>> Hello everyone, >>> >>> for some reason I am not able to build 4.14.63-rt40 for Manjarolinux. >>> Even after removing all our custom patches build fails at >>> >>> LD [M] drivers/gpu/drm/drm.o >>> AR drivers/gpu/built-in.o >>> make: *** [Makefile:1035: drivers] Error 2 >>> >>> My config can be found here for information: >>> https://gitlab.manjaro.org/packages/community/realtime-kernels/linux414-rt/raw/master/config.rt >>> >>> Thank you for any advice! >>> >> Thanks for the report, I'll take a look. >> > This appears to fix it: > > -- Steve > > diff --git a/drivers/hv/vmbus_drv.c b/drivers/hv/vmbus_drv.c > index cedf225d4182..7df4cced6ac0 100644 > --- a/drivers/hv/vmbus_drv.c > +++ b/drivers/hv/vmbus_drv.c > @@ -35,6 +35,7 @@ > #include <linux/clockchips.h> > #include <linux/cpu.h> > #include <linux/sched/task_stack.h> > +#include <linux/irq.h> > > #include <asm/hyperv.h> > #include <asm/hypervisor.h> Fixes my build issue, indeed! Thanks a lot! Bernhard