linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 3.16] x86/eisa: Add missing include
@ 2019-01-18 14:11 tedheadster
  2019-01-29 18:08 ` Ben Hutchings
  0 siblings, 1 reply; 2+ messages in thread
From: tedheadster @ 2019-01-18 14:11 UTC (permalink / raw)
  To: Ben Hutchings, Linux Kernel Mailing List

Ben, please backport Thomas Gleixner's patch to the 3.16 series.

commit ef1d4deab953ecb1dfcf9f167043bda8b3f14a11
Author: Thomas Gleixner <tglx@linutronix.de>
Date:   Thu Aug 31 20:08:16 2017 +0200

    x86/eisa: Add missing include

    The seperation of the EISA init missed to include linux/io.h which breaks
    the build with some special configurations.

    Reported-by: Ingo Molnar <mingo@kernel.org>
    Fixes: f7eaf6e00fd5 ("x86/boot: Move EISA setup to a separate file")
    Signed-off-by: Thomas Gleixner <tglx@linutronix.de>

diff --git a/arch/x86/kernel/eisa.c b/arch/x86/kernel/eisa.c
index 881f9236ebff..f260e452e4f8 100644
--- a/arch/x86/kernel/eisa.c
+++ b/arch/x86/kernel/eisa.c
@@ -5,6 +5,7 @@
  */
 #include <linux/ioport.h>
 #include <linux/eisa.h>
+#include <linux/io.h>

  static __init int eisa_bus_probe(void)
 {

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH 3.16] x86/eisa: Add missing include
  2019-01-18 14:11 [PATCH 3.16] x86/eisa: Add missing include tedheadster
@ 2019-01-29 18:08 ` Ben Hutchings
  0 siblings, 0 replies; 2+ messages in thread
From: Ben Hutchings @ 2019-01-29 18:08 UTC (permalink / raw)
  To: whiteheadm, Ben Hutchings, Linux Kernel Mailing List

[-- Attachment #1: Type: text/plain, Size: 1275 bytes --]

On Tue, 2019-01-22 at 14:51 +0000, tedheadster wrote:
> Ben, please backport Thomas Gleixner's patch to the 3.16 series.

This was already in my queue for the next update.

Ben.

> commit ef1d4deab953ecb1dfcf9f167043bda8b3f14a11
> Author: Thomas Gleixner <tglx@linutronix.de>
> Date:   Thu Aug 31 20:08:16 2017 +0200
> 
>     x86/eisa: Add missing include
> 
>     The seperation of the EISA init missed to include linux/io.h which breaks
>     the build with some special configurations.
> 
>     Reported-by: Ingo Molnar <mingo@kernel.org>
>     Fixes: f7eaf6e00fd5 ("x86/boot: Move EISA setup to a separate file")
>     Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
> 
> diff --git a/arch/x86/kernel/eisa.c b/arch/x86/kernel/eisa.c
> index 881f9236ebff..f260e452e4f8 100644
> --- a/arch/x86/kernel/eisa.c
> +++ b/arch/x86/kernel/eisa.c
> @@ -5,6 +5,7 @@
>   */
>  #include <linux/ioport.h>
>  #include <linux/eisa.h>
> +#include <linux/io.h>
> 
>   static __init int eisa_bus_probe(void)
>  {
> 
> 
-- 
Ben Hutchings
The obvious mathematical breakthrough [to break modern encryption]
would be development of an easy way to factor large prime numbers.
                                                           - Bill Gates



[-- Attachment #2: This is a digitally signed message part --]
[-- Type: application/pgp-signature, Size: 833 bytes --]

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2019-01-29 18:08 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-01-18 14:11 [PATCH 3.16] x86/eisa: Add missing include tedheadster
2019-01-29 18:08 ` Ben Hutchings

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).