Re: [PATCH] x86: i8259: Add missing include file

2018-08-15 Thread Linus Torvalds
On Wed, Aug 15, 2018 at 1:22 PM Guenter Roeck wrote: > > I have not seen a patch fly by, so here it is. Applied. Linus

Re: [PATCH] x86: i8259: Add missing include file

2018-08-15 Thread Linus Torvalds
On Wed, Aug 15, 2018 at 1:22 PM Guenter Roeck wrote: > > I have not seen a patch fly by, so here it is. Applied. Linus

[PATCH] x86: i8259: Add missing include file

2018-08-15 Thread Guenter Roeck
i8259.h uses inb/outb and thus needs to include asm/io.h to avoid the following build error, as seen with x86_64:defconfig and CONFIG_SMP=n. In file included from drivers/rtc/rtc-cmos.c:45:0: arch/x86/include/asm/i8259.h: In function 'inb_pic': arch/x86/include/asm/i8259.h:32:24: error:

[PATCH] x86: i8259: Add missing include file

2018-08-15 Thread Guenter Roeck
i8259.h uses inb/outb and thus needs to include asm/io.h to avoid the following build error, as seen with x86_64:defconfig and CONFIG_SMP=n. In file included from drivers/rtc/rtc-cmos.c:45:0: arch/x86/include/asm/i8259.h: In function 'inb_pic': arch/x86/include/asm/i8259.h:32:24: error: