summaryrefslogtreecommitdiffstats
path: root/drivers/net/wan
diff options
context:
space:
mode:
authorPascal Terjan <pterjan@google.com>2019-11-05 19:27:49 +0000
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2019-11-13 19:01:14 +0800
commitfba67e8f897870403e1a4f5fe3835c870cd589e0 (patch)
tree51cf4b29693cf91494858b9003b71a805993d100 /drivers/net/wan
parent487ee861de176090b055eba5b252b56a3b9973d6 (diff)
downloadlinux-fba67e8f897870403e1a4f5fe3835c870cd589e0.tar.bz2
Remove every trace of SERIAL_MAGIC
This means removing support for checking magic in amiserial.c (SERIAL_PARANOIA_CHECK option), which was checking a magic field which doesn't currently exist in the struct. That code hasn't built at least since git. Removing the definition from the header is safe anyway as that code was from another driver and not including it. Signed-off-by: Pascal Terjan <pterjan@google.com> Reviewed-by: Geert Uytterhoeven <geert@linux-m68k.org> Link: https://lore.kernel.org/r/20191105192749.67533-1-pterjan@google.com Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/net/wan')
-rw-r--r--drivers/net/wan/z85230.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/net/wan/z85230.h b/drivers/net/wan/z85230.h
index 32ae710d4f40..1081d171e477 100644
--- a/drivers/net/wan/z85230.h
+++ b/drivers/net/wan/z85230.h
@@ -421,8 +421,6 @@ extern struct z8530_irqhandler z8530_sync, z8530_async, z8530_nop;
* Asynchronous Interfacing
*/
-#define SERIAL_MAGIC 0x5301
-
/*
* The size of the serial xmit buffer is 1 page, or 4096 bytes
*/