Fix Documentation build due to rename of main.c to mtrr.c
This fixes this documentation build error that is due to a file rename:
Error: Cannot open file ../arch/x86/kernel/cpu/mtrr/main.c
Fixes: 0afe832e55
("Merge branch 'x86-cleanups-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip")
Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
This commit is contained in:
parent
ce397d215c
commit
3ed1d012ac
|
@ -284,7 +284,7 @@ Resources Management
|
||||||
MTRR Handling
|
MTRR Handling
|
||||||
-------------
|
-------------
|
||||||
|
|
||||||
.. kernel-doc:: arch/x86/kernel/cpu/mtrr/main.c
|
.. kernel-doc:: arch/x86/kernel/cpu/mtrr/mtrr.c
|
||||||
:export:
|
:export:
|
||||||
|
|
||||||
Security Framework
|
Security Framework
|
||||||
|
|
Loading…
Reference in New Issue