docs: devices.rst: get rid of :c:type macros
authorMauro Carvalho Chehab <mchehab+huawei@kernel.org>
Tue, 29 Sep 2020 07:20:06 +0000 (09:20 +0200)
committerMauro Carvalho Chehab <mchehab+huawei@kernel.org>
Thu, 15 Oct 2020 05:49:43 +0000 (07:49 +0200)
commit6624d64da6bf2f62a8588fca81077dbeedb62116
tree1022d72125c35bfa801069424b992e5fa02ba76e
parent74e2f8d300d4bf3a899869a376fed669753913f0
docs: devices.rst: get rid of :c:type macros

There's no need to use macros to use :c:type on this file,
as automarkup.py should do this automatically.

Also, this breaks compatibility with Sphinx 3.x, as there,
structs should be declared using .. c:struct.

So, get rid of them.

Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
Documentation/driver-api/pm/devices.rst