* [PATCH 1/2] Documentation/magic-number: Remove SCI_MAGIC
@ 2015-05-04 17:39 Geert Uytterhoeven
2015-05-04 17:39 ` [PATCH 2/2] Documentation/magic-number: Remove SCC_MAGIC Geert Uytterhoeven
2015-05-07 16:02 ` [PATCH 1/2] Documentation/magic-number: Remove SCI_MAGIC Jonathan Corbet
0 siblings, 2 replies; 3+ messages in thread
From: Geert Uytterhoeven @ 2015-05-04 17:39 UTC (permalink / raw)
To: Jonathan Corbet, Harry Wei
Cc: linux-doc, linux-serial, linux-kernel, linux-kernel,
Geert Uytterhoeven
The SCI_MAGIC define was removed in commit f8e53553f452dcbf ("serial:
sh-sci: Kill off more unused defines.").
Its last user was the old drivers/char sh-sci driver, which was removed
in 2004.
Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
---
Documentation/magic-number.txt | 1 -
Documentation/zh_CN/magic-number.txt | 1 -
2 files changed, 2 deletions(-)
diff --git a/Documentation/magic-number.txt b/Documentation/magic-number.txt
index 4c8e142db2ef99fe..d9af851a6f2056bc 100644
--- a/Documentation/magic-number.txt
+++ b/Documentation/magic-number.txt
@@ -138,7 +138,6 @@ KMALLOC_MAGIC 0x87654321 snd_alloc_track sound/core/memory.c
PWC_MAGIC 0x89DC10AB pwc_device drivers/usb/media/pwc.h
NBD_REPLY_MAGIC 0x96744668 nbd_reply include/linux/nbd.h
ENI155_MAGIC 0xa54b872d midway_eprom drivers/atm/eni.h
-SCI_MAGIC 0xbabeface gs_port drivers/char/sh-sci.h
CODA_MAGIC 0xC0DAC0DA coda_file_info fs/coda/coda_fs_i.h
DPMEM_MAGIC 0xc0ffee11 gdt_pci_sram drivers/scsi/gdth.h
YAM_MAGIC 0xF10A7654 yam_port drivers/net/hamradio/yam.c
diff --git a/Documentation/zh_CN/magic-number.txt b/Documentation/zh_CN/magic-number.txt
index dfb72a5c63e9ba63..c2607a69a72743a5 100644
--- a/Documentation/zh_CN/magic-number.txt
+++ b/Documentation/zh_CN/magic-number.txt
@@ -138,7 +138,6 @@ KMALLOC_MAGIC 0x87654321 snd_alloc_track sound/core/memory.c
PWC_MAGIC 0x89DC10AB pwc_device drivers/usb/media/pwc.h
NBD_REPLY_MAGIC 0x96744668 nbd_reply include/linux/nbd.h
ENI155_MAGIC 0xa54b872d midway_eprom drivers/atm/eni.h
-SCI_MAGIC 0xbabeface gs_port drivers/char/sh-sci.h
CODA_MAGIC 0xC0DAC0DA coda_file_info include/linux/coda_fs_i.h
DPMEM_MAGIC 0xc0ffee11 gdt_pci_sram drivers/scsi/gdth.h
YAM_MAGIC 0xF10A7654 yam_port drivers/net/hamradio/yam.c
--
1.9.1
^ permalink raw reply related [flat|nested] 3+ messages in thread* [PATCH 2/2] Documentation/magic-number: Remove SCC_MAGIC
2015-05-04 17:39 [PATCH 1/2] Documentation/magic-number: Remove SCI_MAGIC Geert Uytterhoeven
@ 2015-05-04 17:39 ` Geert Uytterhoeven
2015-05-07 16:02 ` [PATCH 1/2] Documentation/magic-number: Remove SCI_MAGIC Jonathan Corbet
1 sibling, 0 replies; 3+ messages in thread
From: Geert Uytterhoeven @ 2015-05-04 17:39 UTC (permalink / raw)
To: Jonathan Corbet, Harry Wei
Cc: linux-doc, linux-serial, linux-kernel, linux-kernel,
Geert Uytterhoeven
The SCC_MAGIC define was removed in commit 1ec3ba93c5fad9dc ("Staging:
remove drivers/char/scc.h as it should have gone a while ago"), while
its actual last user was removed before in commit bb2a97e9ccd525dd
("Staging: delete generic_serial drivers").
Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
---
Documentation/magic-number.txt | 1 -
Documentation/zh_CN/magic-number.txt | 1 -
2 files changed, 2 deletions(-)
diff --git a/Documentation/magic-number.txt b/Documentation/magic-number.txt
index d9af851a6f2056bc..28befed9f6102a09 100644
--- a/Documentation/magic-number.txt
+++ b/Documentation/magic-number.txt
@@ -116,7 +116,6 @@ COW_MAGIC 0x4f4f4f4d cow_header_v1 arch/um/drivers/ubd_user.c
I810_CARD_MAGIC 0x5072696E i810_card sound/oss/i810_audio.c
TRIDENT_CARD_MAGIC 0x5072696E trident_card sound/oss/trident.c
ROUTER_MAGIC 0x524d4157 wan_device [in wanrouter.h pre 3.9]
-SCC_MAGIC 0x52696368 gs_port drivers/char/scc.h
SAVEKMSG_MAGIC1 0x53415645 savekmsg arch/*/amiga/config.c
GDA_MAGIC 0x58464552 gda arch/mips/include/asm/sn/gda.h
RED_MAGIC1 0x5a2cf071 (any) mm/slab.c
diff --git a/Documentation/zh_CN/magic-number.txt b/Documentation/zh_CN/magic-number.txt
index c2607a69a72743a5..e9db693c0a2302d2 100644
--- a/Documentation/zh_CN/magic-number.txt
+++ b/Documentation/zh_CN/magic-number.txt
@@ -116,7 +116,6 @@ COW_MAGIC 0x4f4f4f4d cow_header_v1 arch/um/drivers/ubd_user.c
I810_CARD_MAGIC 0x5072696E i810_card sound/oss/i810_audio.c
TRIDENT_CARD_MAGIC 0x5072696E trident_card sound/oss/trident.c
ROUTER_MAGIC 0x524d4157 wan_device [in wanrouter.h pre 3.9]
-SCC_MAGIC 0x52696368 gs_port drivers/char/scc.h
SAVEKMSG_MAGIC1 0x53415645 savekmsg arch/*/amiga/config.c
GDA_MAGIC 0x58464552 gda arch/mips/include/asm/sn/gda.h
RED_MAGIC1 0x5a2cf071 (any) mm/slab.c
--
1.9.1
^ permalink raw reply related [flat|nested] 3+ messages in thread* Re: [PATCH 1/2] Documentation/magic-number: Remove SCI_MAGIC
2015-05-04 17:39 [PATCH 1/2] Documentation/magic-number: Remove SCI_MAGIC Geert Uytterhoeven
2015-05-04 17:39 ` [PATCH 2/2] Documentation/magic-number: Remove SCC_MAGIC Geert Uytterhoeven
@ 2015-05-07 16:02 ` Jonathan Corbet
1 sibling, 0 replies; 3+ messages in thread
From: Jonathan Corbet @ 2015-05-07 16:02 UTC (permalink / raw)
To: Geert Uytterhoeven
Cc: Harry Wei, linux-doc, linux-serial, linux-kernel, linux-kernel
On Mon, 4 May 2015 19:39:50 +0200
Geert Uytterhoeven <geert+renesas@glider.be> wrote:
> The SCI_MAGIC define was removed in commit f8e53553f452dcbf ("serial:
> sh-sci: Kill off more unused defines.").
> Its last user was the old drivers/char sh-sci driver, which was removed
> in 2004.
Dunno...do we really want to rush into these things? :)
Applied to the docs tree, thanks.
jon
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2015-05-07 16:02 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-05-04 17:39 [PATCH 1/2] Documentation/magic-number: Remove SCI_MAGIC Geert Uytterhoeven
2015-05-04 17:39 ` [PATCH 2/2] Documentation/magic-number: Remove SCC_MAGIC Geert Uytterhoeven
2015-05-07 16:02 ` [PATCH 1/2] Documentation/magic-number: Remove SCI_MAGIC 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).