summaryrefslogtreecommitdiff
path: root/Documentation/process/magic-number.rst
diff options
context:
space:
mode:
Diffstat (limited to 'Documentation/process/magic-number.rst')
-rw-r--r--Documentation/process/magic-number.rst3
1 files changed, 0 insertions, 3 deletions
diff --git a/Documentation/process/magic-number.rst b/Documentation/process/magic-number.rst
index fb1fbf00f49c..95598fc7d104 100644
--- a/Documentation/process/magic-number.rst
+++ b/Documentation/process/magic-number.rst
@@ -104,6 +104,3 @@ Note that there are also defined special per-driver magic numbers in sound
memory management. See ``include/sound/sndmagic.h`` for complete list of them. Many
OSS sound drivers have their magic numbers constructed from the soundcard PCI
ID - these are not listed here as well.
-
-HFS is another larger user of magic numbers - you can find them in
-``fs/hfs/hfs.h``.