diff options
author | Mauro Carvalho Chehab <mchehab@s-opensource.com> | 2017-03-31 18:17:00 -0300 |
---|---|---|
committer | Jonathan Corbet <corbet@lwn.net> | 2017-04-02 14:17:43 -0600 |
commit | c7e2c0643d7850ff41a0b24d8c11f2a856bb4537 (patch) | |
tree | fa5f1fa5466140cd754bb035d852564a65147ec4 /Documentation/driver-api/misc_devices.rst | |
parent | 61c8830bc18dc035fa9d7a9538c735846edbc623 (diff) | |
download | linux-c7e2c0643d7850ff41a0b24d8c11f2a856bb4537.tar.bz2 |
docs-rst: core_api: move driver-specific stuff to drivers_api
There are several stuff there that are actually driver-specific.
Move those to the driver_api book.
Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Diffstat (limited to 'Documentation/driver-api/misc_devices.rst')
-rw-r--r-- | Documentation/driver-api/misc_devices.rst | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Documentation/driver-api/misc_devices.rst b/Documentation/driver-api/misc_devices.rst new file mode 100644 index 000000000000..c7ee7b02ba88 --- /dev/null +++ b/Documentation/driver-api/misc_devices.rst @@ -0,0 +1,5 @@ +Miscellaneous Devices +===================== + +.. kernel-doc:: drivers/char/misc.c + :export: |