linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] Documentation: remove SH-5 index entries
@ 2020-06-15  2:59 Randy Dunlap
  2020-06-15  7:15 ` Geert Uytterhoeven
  2020-06-19 19:22 ` Jonathan Corbet
  0 siblings, 2 replies; 3+ messages in thread
From: Randy Dunlap @ 2020-06-15  2:59 UTC (permalink / raw)
  To: LKML, Linux-sh list
  Cc: Rich Felker, Christoph Hellwig, Arnd Bergmann, Yoshinori Sato,
	Geert Uytterhoeven, Linus Torvalds, Jonathan Corbet, linux-doc

From: Randy Dunlap <rdunlap@infradead.org>

Remove SH-5 documentation index entries following the removal
of SH-5 source code.

Error: Cannot open file ../arch/sh/mm/tlb-sh5.c
Error: Cannot open file ../arch/sh/mm/tlb-sh5.c
Error: Cannot open file ../arch/sh/include/asm/tlb_64.h
Error: Cannot open file ../arch/sh/include/asm/tlb_64.h

Fixes: 3b69e8b45711 ("Merge tag 'sh-for-5.8' of git://git.libc.org/linux-sh")
Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
Cc: Rich Felker <dalias@libc.org>
Cc: Christoph Hellwig <hch@infradead.org>
Cc: Arnd Bergmann <arnd@arndb.de>
Cc: ysato@users.sourceforge.jp
Cc: linux-sh@vger.kernel.org
Cc: Geert Uytterhoeven <geert@linux-m68k.org>
Cc: Linus Torvalds <torvalds@linux-foundation.org>
---
 Documentation/sh/index.rst |   12 ------------
 1 file changed, 12 deletions(-)

--- lnx-58-rc1.orig/Documentation/sh/index.rst
+++ lnx-58-rc1/Documentation/sh/index.rst
@@ -16,18 +16,6 @@ Store Queue API
 .. kernel-doc:: arch/sh/kernel/cpu/sh4/sq.c
    :export:
 
-SH-5
-----
-
-TLB Interfaces
-~~~~~~~~~~~~~~
-
-.. kernel-doc:: arch/sh/mm/tlb-sh5.c
-   :internal:
-
-.. kernel-doc:: arch/sh/include/asm/tlb_64.h
-   :internal:
-
 Machine Specific Interfaces
 ===========================
 


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

* Re: [PATCH] Documentation: remove SH-5 index entries
  2020-06-15  2:59 [PATCH] Documentation: remove SH-5 index entries Randy Dunlap
@ 2020-06-15  7:15 ` Geert Uytterhoeven
  2020-06-19 19:22 ` Jonathan Corbet
  1 sibling, 0 replies; 3+ messages in thread
From: Geert Uytterhoeven @ 2020-06-15  7:15 UTC (permalink / raw)
  To: Randy Dunlap
  Cc: LKML, Linux-sh list, Rich Felker, Christoph Hellwig,
	Arnd Bergmann, Yoshinori Sato, Linus Torvalds, Jonathan Corbet,
	linux-doc

On Mon, Jun 15, 2020 at 4:59 AM Randy Dunlap <rdunlap@infradead.org> wrote:
> From: Randy Dunlap <rdunlap@infradead.org>
>
> Remove SH-5 documentation index entries following the removal
> of SH-5 source code.
>
> Error: Cannot open file ../arch/sh/mm/tlb-sh5.c
> Error: Cannot open file ../arch/sh/mm/tlb-sh5.c
> Error: Cannot open file ../arch/sh/include/asm/tlb_64.h
> Error: Cannot open file ../arch/sh/include/asm/tlb_64.h
>
> Fixes: 3b69e8b45711 ("Merge tag 'sh-for-5.8' of git://git.libc.org/linux-sh")
> Signed-off-by: Randy Dunlap <rdunlap@infradead.org>

Reviewed-by: Geert Uytterhoeven <geert+renesas@glider.be>

Gr{oetje,eeting}s,

                        Geert

-- 
Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@linux-m68k.org

In personal conversations with technical people, I call myself a hacker. But
when I'm talking to journalists I just say "programmer" or something like that.
                                -- Linus Torvalds

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

* Re: [PATCH] Documentation: remove SH-5 index entries
  2020-06-15  2:59 [PATCH] Documentation: remove SH-5 index entries Randy Dunlap
  2020-06-15  7:15 ` Geert Uytterhoeven
@ 2020-06-19 19:22 ` Jonathan Corbet
  1 sibling, 0 replies; 3+ messages in thread
From: Jonathan Corbet @ 2020-06-19 19:22 UTC (permalink / raw)
  To: Randy Dunlap
  Cc: LKML, Linux-sh list, Rich Felker, Christoph Hellwig,
	Arnd Bergmann, Yoshinori Sato, Geert Uytterhoeven,
	Linus Torvalds, linux-doc

On Sun, 14 Jun 2020 19:59:07 -0700
Randy Dunlap <rdunlap@infradead.org> wrote:

> From: Randy Dunlap <rdunlap@infradead.org>
> 
> Remove SH-5 documentation index entries following the removal
> of SH-5 source code.
> 
> Error: Cannot open file ../arch/sh/mm/tlb-sh5.c
> Error: Cannot open file ../arch/sh/mm/tlb-sh5.c
> Error: Cannot open file ../arch/sh/include/asm/tlb_64.h
> Error: Cannot open file ../arch/sh/include/asm/tlb_64.h
> 
> Fixes: 3b69e8b45711 ("Merge tag 'sh-for-5.8' of git://git.libc.org/linux-sh")
> Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
> Cc: Rich Felker <dalias@libc.org>
> Cc: Christoph Hellwig <hch@infradead.org>
> Cc: Arnd Bergmann <arnd@arndb.de>
> Cc: ysato@users.sourceforge.jp
> Cc: linux-sh@vger.kernel.org
> Cc: Geert Uytterhoeven <geert@linux-m68k.org>
> Cc: Linus Torvalds <torvalds@linux-foundation.org>
> ---
>  Documentation/sh/index.rst |   12 ------------
>  1 file changed, 12 deletions(-)

Applied, thanks.

jon

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

end of thread, other threads:[~2020-06-19 19:22 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-06-15  2:59 [PATCH] Documentation: remove SH-5 index entries Randy Dunlap
2020-06-15  7:15 ` Geert Uytterhoeven
2020-06-19 19:22 ` Jonathan Corbet

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).