diff options
author | Jonathan Corbet <corbet@lwn.net> | 2023-05-04 00:50:54 +0200 |
---|---|---|
committer | Jonathan Corbet <corbet@lwn.net> | 2023-06-12 14:33:48 +0200 |
commit | e318b36ed37d241eb279382bde587eabf1892e34 (patch) | |
tree | a56ce83e8699245297fea8a155a774a7fc71d3fe /arch/arm/include/asm/setup.h | |
parent | arm: docs: Move Arm documentation to Documentation/arch/ (diff) | |
download | linux-e318b36ed37d241eb279382bde587eabf1892e34.tar.xz linux-e318b36ed37d241eb279382bde587eabf1892e34.zip |
arm: update in-source documentation references
The Arm documentation has moved to Documentation/arch/arm; update
references within arch/arm to match.
Cc: Russell King <linux@armlinux.org.uk>
Cc: Alim Akhtar <alim.akhtar@samsung.com>
Cc: Patrice Chotard <patrice.chotard@foss.st.com>
Cc: linux-doc@vger.kernel.org
Cc: linux-arm-kernel@lists.infradead.org
Cc: linux-arch@vger.kernel.org
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Diffstat (limited to 'arch/arm/include/asm/setup.h')
-rw-r--r-- | arch/arm/include/asm/setup.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/include/asm/setup.h b/arch/arm/include/asm/setup.h index ba0872a8dcda..31672ce21eaa 100644 --- a/arch/arm/include/asm/setup.h +++ b/arch/arm/include/asm/setup.h @@ -5,7 +5,7 @@ * Copyright (C) 1997-1999 Russell King * * Structure passed to kernel to tell it about the - * hardware it's running on. See Documentation/arm/setup.rst + * hardware it's running on. See Documentation/arch/arm/setup.rst * for more info. */ #ifndef __ASMARM_SETUP_H |