From: Rob Landley <rob@landley.net>
Subject: [PATCH] Remove stale NCP entry (leftover from bd32895c750b)
Date: Tue, 17 Apr 2023 07:29:09 _+0900

Commit 1bb8155080c6 moved ncpfs (Novell netware) into drivers/staging
and commit bd32895c750b deleted it. But they left it in the header...

---
diff --git a/include/uapi/linux/magic.h b/include/uapi/linux/magic.h
index 6325d1d0e90f..91d52a7e9770 100644
--- a/include/uapi/linux/magic.h
+++ b/include/uapi/linux/magic.h
@@ -46,7 +46,6 @@
 
 #define MSDOS_SUPER_MAGIC	0x4d44		/* MD */
 #define EXFAT_SUPER_MAGIC	0x2011BAB0
-#define NCP_SUPER_MAGIC		0x564c		/* Guess, what 0x564c is :-) */
 #define NFS_SUPER_MAGIC		0x6969
 #define OCFS2_SUPER_MAGIC	0x7461636f
 #define OPENPROM_SUPER_MAGIC	0x9fa1
