diff options
author | Mauro Carvalho Chehab <mchehab+samsung@kernel.org> | 2018-05-07 11:35:44 +0200 |
---|---|---|
committer | Jonathan Corbet <corbet@lwn.net> | 2018-05-08 18:09:24 +0200 |
commit | 18bcaa4e617c04043e46e70c54753d42cf6728f4 (patch) | |
tree | dd607437275ca632b0ec80e8cfaca742c18d5d74 /Documentation/admin-guide | |
parent | docs: core-api: add circular-buffers documentation (diff) | |
download | linux-18bcaa4e617c04043e46e70c54753d42cf6728f4.tar.xz linux-18bcaa4e617c04043e46e70c54753d42cf6728f4.zip |
docs: driver-api: add clk documentation
The clk.rst is already in ReST format. So, move it to the
driver-api guide, where it belongs.
Signed-off-by: Mauro Carvalho Chehab <mchehab+samsung@kernel.org>
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Diffstat (limited to 'Documentation/admin-guide')
-rw-r--r-- | Documentation/admin-guide/kernel-parameters.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/admin-guide/kernel-parameters.txt b/Documentation/admin-guide/kernel-parameters.txt index 865a24e4d516..42f3e2884e7c 100644 --- a/Documentation/admin-guide/kernel-parameters.txt +++ b/Documentation/admin-guide/kernel-parameters.txt @@ -518,7 +518,7 @@ those clocks in any way. This parameter is useful for debug and development, but should not be needed on a platform with proper driver support. For more - information, see Documentation/clk.txt. + information, see Documentation/driver-api/clk.rst. clock= [BUGS=X86-32, HW] gettimeofday clocksource override. [Deprecated] |