All of lore.kernel.org
 help / color / mirror / Atom feed
From: Tomi Valkeinen <tomi.valkeinen@ti.com>
To: Geert Uytterhoeven <geert@linux-m68k.org>
Cc: Jean-Christophe Plagniol-Villard <plagnioj@jcrosoft.com>,
	Ralf Baechle <ralf@linux-mips.org>,
	linux-fbdev@vger.kernel.org, linux-mips@linux-mips.org
Subject: Re: [PATCH] video/logo: Remove MIPS-specific include section
Date: Fri, 10 Jan 2014 11:56:06 +0000	[thread overview]
Message-ID: <52CFDFD6.8090006@ti.com> (raw)
In-Reply-To: <1383554550-20901-1-git-send-email-geert@linux-m68k.org>

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

On 2013-11-04 10:42, Geert Uytterhoeven wrote:
> Since commit 41702d9a4fffa9e25b2ad9d4af09b3013fa155e1 ("logo.c: get rid of
> mips_machgroup") there's no longer a need to include <asm/bootinfo.h> on
> MIPS.
> 
> Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org>
> ---
>  drivers/video/logo/logo.c |    4 ----
>  1 file changed, 4 deletions(-)
> 
> diff --git a/drivers/video/logo/logo.c b/drivers/video/logo/logo.c
> index 080c35b34bbb..b670cbda38e3 100644
> --- a/drivers/video/logo/logo.c
> +++ b/drivers/video/logo/logo.c
> @@ -17,10 +17,6 @@
>  #include <asm/setup.h>
>  #endif
>  
> -#ifdef CONFIG_MIPS
> -#include <asm/bootinfo.h>
> -#endif
> -
>  static bool nologo;
>  module_param(nologo, bool, 0);
>  MODULE_PARM_DESC(nologo, "Disables startup logo");
> 

Queued for 3.14.

 Tomi



[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 901 bytes --]

WARNING: multiple messages have this Message-ID (diff)
From: Tomi Valkeinen <tomi.valkeinen@ti.com>
To: Geert Uytterhoeven <geert@linux-m68k.org>
Cc: Jean-Christophe Plagniol-Villard <plagnioj@jcrosoft.com>,
	Ralf Baechle <ralf@linux-mips.org>, <linux-fbdev@vger.kernel.org>,
	<linux-mips@linux-mips.org>
Subject: Re: [PATCH] video/logo: Remove MIPS-specific include section
Date: Fri, 10 Jan 2014 13:56:06 +0200	[thread overview]
Message-ID: <52CFDFD6.8090006@ti.com> (raw)
In-Reply-To: <1383554550-20901-1-git-send-email-geert@linux-m68k.org>

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

On 2013-11-04 10:42, Geert Uytterhoeven wrote:
> Since commit 41702d9a4fffa9e25b2ad9d4af09b3013fa155e1 ("logo.c: get rid of
> mips_machgroup") there's no longer a need to include <asm/bootinfo.h> on
> MIPS.
> 
> Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org>
> ---
>  drivers/video/logo/logo.c |    4 ----
>  1 file changed, 4 deletions(-)
> 
> diff --git a/drivers/video/logo/logo.c b/drivers/video/logo/logo.c
> index 080c35b34bbb..b670cbda38e3 100644
> --- a/drivers/video/logo/logo.c
> +++ b/drivers/video/logo/logo.c
> @@ -17,10 +17,6 @@
>  #include <asm/setup.h>
>  #endif
>  
> -#ifdef CONFIG_MIPS
> -#include <asm/bootinfo.h>
> -#endif
> -
>  static bool nologo;
>  module_param(nologo, bool, 0);
>  MODULE_PARM_DESC(nologo, "Disables startup logo");
> 

Queued for 3.14.

 Tomi



[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 901 bytes --]

WARNING: multiple messages have this Message-ID (diff)
From: Tomi Valkeinen <tomi.valkeinen@ti.com>
To: Geert Uytterhoeven <geert@linux-m68k.org>
Cc: Jean-Christophe Plagniol-Villard <plagnioj@jcrosoft.com>,
	Ralf Baechle <ralf@linux-mips.org>,
	linux-fbdev@vger.kernel.org, linux-mips@linux-mips.org
Subject: Re: [PATCH] video/logo: Remove MIPS-specific include section
Date: Fri, 10 Jan 2014 13:56:06 +0200	[thread overview]
Message-ID: <52CFDFD6.8090006@ti.com> (raw)
Message-ID: <20140110115606.VffF2TIi42g95tA5giAPbfy_gYc_WBA9w02q2glVpB0@z> (raw)
In-Reply-To: <1383554550-20901-1-git-send-email-geert@linux-m68k.org>

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

On 2013-11-04 10:42, Geert Uytterhoeven wrote:
> Since commit 41702d9a4fffa9e25b2ad9d4af09b3013fa155e1 ("logo.c: get rid of
> mips_machgroup") there's no longer a need to include <asm/bootinfo.h> on
> MIPS.
> 
> Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org>
> ---
>  drivers/video/logo/logo.c |    4 ----
>  1 file changed, 4 deletions(-)
> 
> diff --git a/drivers/video/logo/logo.c b/drivers/video/logo/logo.c
> index 080c35b34bbb..b670cbda38e3 100644
> --- a/drivers/video/logo/logo.c
> +++ b/drivers/video/logo/logo.c
> @@ -17,10 +17,6 @@
>  #include <asm/setup.h>
>  #endif
>  
> -#ifdef CONFIG_MIPS
> -#include <asm/bootinfo.h>
> -#endif
> -
>  static bool nologo;
>  module_param(nologo, bool, 0);
>  MODULE_PARM_DESC(nologo, "Disables startup logo");
> 

Queued for 3.14.

 Tomi



[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 901 bytes --]

  parent reply	other threads:[~2014-01-10 11:56 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-11-04  8:42 [PATCH] video/logo: Remove MIPS-specific include section Geert Uytterhoeven
2013-11-04  8:42 ` Geert Uytterhoeven
2013-11-04 17:13 ` Ralf Baechle
2013-11-04 17:13   ` Ralf Baechle
2014-01-10 11:56 ` Tomi Valkeinen [this message]
2014-01-10 11:56   ` Tomi Valkeinen
2014-01-10 11:56   ` Tomi Valkeinen

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=52CFDFD6.8090006@ti.com \
    --to=tomi.valkeinen@ti.com \
    --cc=geert@linux-m68k.org \
    --cc=linux-fbdev@vger.kernel.org \
    --cc=linux-mips@linux-mips.org \
    --cc=plagnioj@jcrosoft.com \
    --cc=ralf@linux-mips.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.