diff mbox series

video/logo: Remove linux_serial_image comments

Message ID 427f78490365b38195f142d0aad7c9594a5bdd76.1718199686.git.geert+renesas@glider.be (mailing list archive)
State New, archived
Headers show
Series video/logo: Remove linux_serial_image comments | expand

Commit Message

Geert Uytterhoeven June 12, 2024, 1:42 p.m. UTC
The last user of the serial_console ASCII image was removed in v2.1.115.

Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
---
 include/linux/linux_logo.h | 3 ---
 1 file changed, 3 deletions(-)

Comments

Helge Deller June 13, 2024, 9:06 p.m. UTC | #1
On 6/12/24 15:42, Geert Uytterhoeven wrote:
> The last user of the serial_console ASCII image was removed in v2.1.115.
>
> Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>


applied.
Thanks!

Helge

> ---
>   include/linux/linux_logo.h | 3 ---
>   1 file changed, 3 deletions(-)
>
> diff --git a/include/linux/linux_logo.h b/include/linux/linux_logo.h
> index d4d5b93efe8435bd..e37699b7e8393df0 100644
> --- a/include/linux/linux_logo.h
> +++ b/include/linux/linux_logo.h
> @@ -10,9 +10,6 @@
>    *  Copyright (C) 2001 Greg Banks <gnb@alphalink.com.au>
>    *  Copyright (C) 2001 Jan-Benedict Glaw <jbglaw@lug-owl.de>
>    *  Copyright (C) 2003 Geert Uytterhoeven <geert@linux-m68k.org>
> - *
> - *  Serial_console ascii image can be any size,
> - *  but should contain %s to display the version
>    */
>
>   #include <linux/init.h>
diff mbox series

Patch

diff --git a/include/linux/linux_logo.h b/include/linux/linux_logo.h
index d4d5b93efe8435bd..e37699b7e8393df0 100644
--- a/include/linux/linux_logo.h
+++ b/include/linux/linux_logo.h
@@ -10,9 +10,6 @@ 
  *  Copyright (C) 2001 Greg Banks <gnb@alphalink.com.au>
  *  Copyright (C) 2001 Jan-Benedict Glaw <jbglaw@lug-owl.de>
  *  Copyright (C) 2003 Geert Uytterhoeven <geert@linux-m68k.org>
- *
- *  Serial_console ascii image can be any size,
- *  but should contain %s to display the version
  */
 
 #include <linux/init.h>